Skip to content

Commit

Permalink
Merge pull request instructlab#288 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 25, 2024
2 parents 0c6f5d9 + 28c52cf commit 10e4a59
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'
- '.github/workflows/lint.yml'
- 'src/instructlab/sdg/pipelines/**'
Expand All @@ -24,6 +25,7 @@ on:
- 'pyproject.toml'
- 'requirements*.txt'
- 'tox.ini'
- '.pylintrc'
- 'scripts/*.sh'
- '.github/workflows/lint.yml'
- 'src/instructlab/sdg/pipelines/**'
Expand Down
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,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 10e4a59

Please sign in to comment.