Skip to content

Commit

Permalink
Merge pull request #227 from nathan-weinberg/fix-lint
Browse files Browse the repository at this point in the history
ci: fix lint action
  • Loading branch information
mergify[bot] authored Sep 26, 2024
2 parents 829445b + 47ca985 commit 1f18de7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'pyproject.toml'
- 'requirements*.txt'
- 'tox.ini'
- '.pylintrc'
- 'scripts/*.sh' # Used by this workflow
- '.github/workflows/lint.yml' # This workflow
pull_request:
Expand All @@ -23,6 +24,7 @@ on:
- 'pyproject.toml'
- 'requirements*.txt'
- 'tox.ini'
- '.pylintrc'
- 'scripts/*.sh' # Used by this workflow
- '.github/workflows/lint.yml' # This workflow

Expand Down
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ disable=raw-checker-failed,
inconsistent-return-statements,
no-member,
too-many-arguments,
too-many-positional-arguments,
too-many-locals,
too-many-branches,
too-many-statements,
Expand Down

0 comments on commit 1f18de7

Please sign in to comment.