Skip to content

Commit b79d477

Browse files
committed
Update development versions of black and pylint
1 parent 734ccf7 commit b79d477

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ valid-classmethod-first-arg = ["cls"]
2424
valid-metaclass-classmethod-first-arg = ["cls"]
2525
[tool.pylint.exceptions]
2626
# Exceptions that will emit a warning when caught.
27-
overgeneral-exceptions = ["BaseException"]
27+
overgeneral-exceptions = ["builtins.BaseException"]
2828
[tool.pylint."messages control"]
2929
disable = [
3030
"duplicate-code",

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
black~=22.0
2-
pylint~=2.14.0
3-
pytest~=7.0
1+
black~=25.0
2+
pylint~=3.3.0
3+
pytest>=7.0
44
reno>=3.4.0
55
Sphinx>=4.0

0 commit comments

Comments
 (0)