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 359e9a0 commit ce8ca6fCopy full SHA for ce8ca6f
pylintrc
@@ -78,6 +78,7 @@ disable=raw-checker-failed,
78
consider-using-enumerate, # GEFux: added by hand
79
consider-using-f-string, # GEFux: added for development
80
too-many-arguments, # piperfw: added for development
81
+ too-many-positional-arguments, # piperfw: added 2024-09-27
82
possibly-used-before-assignment, # GEFux: added by hand
83
unnecessary-lambda-assignment # GEFux: added by hand
84
0 commit comments