We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7532c4 commit dfe5d1dCopy full SHA for dfe5d1d
1 file changed
pyproject.toml
@@ -69,6 +69,7 @@ disable = [
69
"too-many-statements",
70
"too-many-instance-attributes",
71
"too-many-arguments",
72
+ "too-many-positional-arguments",
73
"too-many-locals",
74
"too-few-public-methods",
75
"invalid-name",
0 commit comments