Skip to content

Commit

Permalink
Merge pull request #363 from astronomy-commons/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/pre-commit-ci/lite-action-1.0.3

Bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3
  • Loading branch information
camposandro authored Oct 8, 2024
2 parents 4357f0c + 626d8d8 commit 8a175b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
extra_args: --all-files --verbose
env:
SKIP: "check-lincc-frameworks-template-version,no-commit-to-branch,check-added-large-files,validate-pyproject,sphinx-build,pytest-check"
- uses: pre-commit-ci/[email protected].2
- uses: pre-commit-ci/[email protected].3
if: failure() && github.event_name == 'pull_request' && github.event.pull_request.draft == false
3 changes: 3 additions & 0 deletions src/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ ignored-parents=
# Maximum number of arguments for function / method.
max-args=15

# Maximum number of positional arguments.
max-positional-arguments=8

# Maximum number of attributes for a class (see R0902).
max-attributes=25

Expand Down
3 changes: 3 additions & 0 deletions tests/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ ignored-parents=
# Maximum number of arguments for function / method.
max-args=10

# Maximum number of positional arguments.
max-positional-arguments=8

# Maximum number of attributes for a class (see R0902).
max-attributes=20

Expand Down

0 comments on commit 8a175b2

Please sign in to comment.