Skip to content

Commit

Permalink
build(deps): pre-commit autoupdate (#215)
Browse files Browse the repository at this point in the history
update:
- hadolint-coatl: 2.12.0.3 → 2.12.1b0
  • Loading branch information
cesarcoatl authored Sep 24, 2024
1 parent 82294b1 commit 6a761ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ repos:
files: ^src/
types: [python]
- repo: https://github.com/coatl-dev/hadolint-coatl
rev: 2.12.0.3
rev: 2.12.1b0
hooks:
- id: hadolint
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ max-locals=15
# Maximum number of parents for a class (see R0901).
max-parents=7

# Maximum number of positional arguments for function / method.
max-positional-arguments=15

# Maximum number of public methods for a class (see R0904).
max-public-methods=20

Expand Down

0 comments on commit 6a761ae

Please sign in to comment.