Skip to content

Commit

Permalink
build(deps): pre-commit autoupdate (#300)
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 b2f7b04 commit ce248b5
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 @@ -34,6 +34,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 @@ -302,6 +302,9 @@ max-locals=25
# Maximum number of parents for a class (see R0901).
max-parents=7

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

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

Expand Down

0 comments on commit ce248b5

Please sign in to comment.