Skip to content

Commit ce8ca6f

Browse files
committed
update pylintrc following Pylint 3.3.0
1 parent 359e9a0 commit ce8ca6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ disable=raw-checker-failed,
7878
consider-using-enumerate, # GEFux: added by hand
7979
consider-using-f-string, # GEFux: added for development
8080
too-many-arguments, # piperfw: added for development
81+
too-many-positional-arguments, # piperfw: added 2024-09-27
8182
possibly-used-before-assignment, # GEFux: added by hand
8283
unnecessary-lambda-assignment # GEFux: added by hand
8384

0 commit comments

Comments
 (0)