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.
black
pylint
1 parent 734ccf7 commit b79d477Copy full SHA for b79d477
pyproject.toml
@@ -24,7 +24,7 @@ valid-classmethod-first-arg = ["cls"]
24
valid-metaclass-classmethod-first-arg = ["cls"]
25
[tool.pylint.exceptions]
26
# Exceptions that will emit a warning when caught.
27
-overgeneral-exceptions = ["BaseException"]
+overgeneral-exceptions = ["builtins.BaseException"]
28
[tool.pylint."messages control"]
29
disable = [
30
"duplicate-code",
requirements-dev.txt
@@ -1,5 +1,5 @@
1
-black~=22.0
2
-pylint~=2.14.0
3
-pytest~=7.0
+black~=25.0
+pylint~=3.3.0
+pytest>=7.0
4
reno>=3.4.0
5
Sphinx>=4.0
0 commit comments