Skip to content

Commit cbfdbe0

Browse files
committed
fix: put the disable argument back
one must upgrade pylint before running make lint. 🤦 Signed-off-by: jmeridth <[email protected]>
1 parent 9613beb commit cbfdbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/linters/.python-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ disable=bad-inline-option,
440440
too-many-branches,
441441
too-many-locals,
442442
too-many-nested-blocks,
443-
too-many-arguments,
443+
too-many-positional-arguments,
444444
too-many-statements,
445445
useless-suppression,
446446
use-symbolic-message-instead,

0 commit comments

Comments
 (0)