Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 1bb64a1

Browse files
committed
fix: add too-many-positional-arguments to disabled pylint linters
Signed-off-by: jmeridth <[email protected]>
1 parent 1b91016 commit 1bb64a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/linters/.python-lint

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

0 commit comments

Comments
 (0)