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 d81669f commit 10c0613Copy full SHA for 10c0613
pyproject.toml
@@ -129,6 +129,7 @@ disable = [
129
"too-many-instance-attributes",
130
"too-many-lines",
131
"too-many-locals",
132
+ "too-many-positional-arguments",
133
"too-many-public-methods",
134
"too-many-return-statements",
135
"too-many-statements",
@@ -142,6 +143,7 @@ disable = [
142
143
"too-many-nested-blocks",
144
]
145
# for now (20201031) added the below while we are codemerging/-improving
146
+# too-many-positional-arguments
147
# missing-class-docstring
148
# missing-function-docstring
149
# missing-module-docstring
0 commit comments