We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d11be8 commit 07367caCopy full SHA for 07367ca
pyproject.toml
@@ -57,11 +57,10 @@ init-hook = "import sys; sys.path.append(str('tests'))"
57
58
[tool.pylint.message_control]
59
disable = [
60
- "format", "refactoring", "spelling", "design", "no-self-use",
61
- "invalid-name", "misplaced-comparison-constant", "duplicate-code", "fixme",
62
- "unused-wildcard-import", "cyclic-import", "wrong-import-order",
63
- "wrong-import-position", "ungrouped-imports", "multiple-imports",
64
- "logging-format-interpolation", "logging-fstring-interpolation",
+ "format", "refactoring", "spelling", "design", "invalid-name",
+ "duplicate-code", "fixme", "unused-wildcard-import", "cyclic-import",
+ "wrong-import-order", "wrong-import-position", "ungrouped-imports",
+ "multiple-imports", "logging-format-interpolation", "logging-fstring-interpolation",
65
"missing-function-docstring", "missing-module-docstring",
66
"missing-class-docstring", "raise-missing-from", "import-outside-toplevel",
67
]
setup.cfg
@@ -42,7 +42,7 @@ tests =
42
pytest-mock==3.6.1
43
flaky==3.7.0
44
rangehttpserver==1.2.0
45
- pylint==2.11.1
+ pylint==2.15.9
46
mypy==0.910
47
types-requests==2.25.11
48
0 commit comments