Skip to content

Commit 6613b90

Browse files
fix: add ignore options to pylint
1 parent 175e1ac commit 6613b90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/linters/.python-lint

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,10 @@ disable=raw-checker-failed,
431431
use-symbolic-message-instead,
432432
use-implicit-booleaness-not-comparison-to-string,
433433
use-implicit-booleaness-not-comparison-to-zero,
434-
import-error
434+
import-error,
435+
line-too-long,
436+
too-many-arguments,
437+
too-many-positional-arguments
435438

436439
# Enable the message, report, category or checker with the given id(s). You can
437440
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)