We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a3eec4 + 9732b92 commit eba1962Copy full SHA for eba1962
2 files changed
.github/workflows/lint.yml
@@ -12,6 +12,7 @@ on:
12
- 'pyproject.toml'
13
- 'requirements*.txt'
14
- 'tox.ini'
15
+ - '.pylintrc'
16
- 'scripts/*.sh' # Used by this workflow
17
- '.github/workflows/lint.yml' # This workflow
18
pull_request:
@@ -23,6 +24,7 @@ on:
23
24
25
26
27
28
29
30
.pylintrc
@@ -433,6 +433,7 @@ disable=raw-checker-failed,
433
inconsistent-return-statements,
434
no-member,
435
too-many-arguments,
436
+ too-many-positional-arguments,
437
too-many-locals,
438
too-many-branches,
439
too-many-statements,
0 commit comments