Skip to content

Commit 07367ca

Browse files
committed
deps: bump pylint to 2.15.9
1 parent 9d11be8 commit 07367ca

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ init-hook = "import sys; sys.path.append(str('tests'))"
5757

5858
[tool.pylint.message_control]
5959
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",
60+
"format", "refactoring", "spelling", "design", "invalid-name",
61+
"duplicate-code", "fixme", "unused-wildcard-import", "cyclic-import",
62+
"wrong-import-order", "wrong-import-position", "ungrouped-imports",
63+
"multiple-imports", "logging-format-interpolation", "logging-fstring-interpolation",
6564
"missing-function-docstring", "missing-module-docstring",
6665
"missing-class-docstring", "raise-missing-from", "import-outside-toplevel",
6766
]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tests =
4242
pytest-mock==3.6.1
4343
flaky==3.7.0
4444
rangehttpserver==1.2.0
45-
pylint==2.11.1
45+
pylint==2.15.9
4646
mypy==0.910
4747
types-requests==2.25.11
4848

0 commit comments

Comments
 (0)