Skip to content

Commit eba1962

Browse files
authored
Merge pull request #137 from nathan-weinberg/fix-lint
ci: fix lint action
2 parents 5a3eec4 + 9732b92 commit eba1962

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'pyproject.toml'
1313
- 'requirements*.txt'
1414
- 'tox.ini'
15+
- '.pylintrc'
1516
- 'scripts/*.sh' # Used by this workflow
1617
- '.github/workflows/lint.yml' # This workflow
1718
pull_request:
@@ -23,6 +24,7 @@ on:
2324
- 'pyproject.toml'
2425
- 'requirements*.txt'
2526
- 'tox.ini'
27+
- '.pylintrc'
2628
- 'scripts/*.sh' # Used by this workflow
2729
- '.github/workflows/lint.yml' # This workflow
2830

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ disable=raw-checker-failed,
433433
inconsistent-return-statements,
434434
no-member,
435435
too-many-arguments,
436+
too-many-positional-arguments,
436437
too-many-locals,
437438
too-many-branches,
438439
too-many-statements,

0 commit comments

Comments
 (0)