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 175e1ac commit 6613b90Copy full SHA for 6613b90
.github/linters/.python-lint
@@ -431,7 +431,10 @@ disable=raw-checker-failed,
431
use-symbolic-message-instead,
432
use-implicit-booleaness-not-comparison-to-string,
433
use-implicit-booleaness-not-comparison-to-zero,
434
- import-error
+ import-error,
435
+ line-too-long,
436
+ too-many-arguments,
437
+ too-many-positional-arguments
438
439
# Enable the message, report, category or checker with the given id(s). You can
440
# either give multiple identifier separated by comma (,) or put this option
0 commit comments