Skip to content

Commit

Permalink
ci: fix lint action
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
  • Loading branch information
nathan-weinberg committed Sep 25, 2024
1 parent b37c8ce commit 47ca985
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 47ca985

Please sign in to comment.