We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f139e commit 0cca875Copy full SHA for 0cca875
pyproject.toml
@@ -68,5 +68,6 @@ max-line-length = 88
68
disable = [
69
"too-few-public-methods",
70
"too-many-arguments",
71
+ "too-many-positional-arguments",
72
"too-many-instance-attributes",
73
]
0 commit comments