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 93a5641 commit da0dc98Copy full SHA for da0dc98
pyproject.toml
@@ -35,4 +35,5 @@ disable = [
35
"too-many-arguments",
36
"too-many-instance-attributes",
37
"too-many-lines",
38
+ "too-many-positional-arguments",
39
]
setup.py
@@ -48,7 +48,7 @@
48
],
49
"test": [
50
"coverage>=7.6,<7.7",
51
- "pylint>=3,<3.3",
+ "pylint>=3,<3.4",
52
"pytest>=8,<8.4",
53
"pytest-cov>=5,<5.1",
54
"mypy>=1.11,<1.12",
0 commit comments