update pylint configurations in test

This commit is contained in:
vvzvlad
2025-04-26 02:34:08 +04:00
parent 58253e15e0
commit e9949a7eab
2 changed files with 13 additions and 3 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
# pylint: disable=protected-access, wrong-import-position
# flake8: noqa
# pylint: disable=broad-exception-raised, raise-missing-from, too-many-arguments, redefined-outer-name
# pylint: disable=multiple-statements, logging-fstring-interpolation, trailing-whitespace, line-too-long
# pylint: disable=broad-exception-caught, missing-function-docstring, missing-class-docstring
# pylint: disable=f-string-without-interpolation, protected-access, wrong-import-position
# pylance: disable=reportMissingImports, reportMissingModuleSource
import unittest
from unittest.mock import MagicMock, PropertyMock