Skip to content

Commit

Permalink
chore(deps): bump pre-commit linter versions (#44)
Browse files Browse the repository at this point in the history
updates:
- [github.com/hhatto/autopep8: v2.0.4 → v2.1.0](hhatto/autopep8@v2.0.4...v2.1.0)
- [github.com/antonbabenko/pre-commit-terraform: v1.88.1 → v1.88.2](antonbabenko/pre-commit-terraform@v1.88.1...v1.88.2)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Mar 19, 2024
1 parent 9ba0437 commit 3c659ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ repos:
- flake8-comprehensions==3.14.0
- flake8-typing-imports==1.15.0
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
rev: v2.1.0
hooks:
- id: autopep8
args: [-a, -i, -p2]
Expand Down Expand Up @@ -225,7 +225,7 @@ repos:

# terraform
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.88.1
rev: v1.88.2
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand All @@ -241,7 +241,7 @@ repos:
- id: bashate
args: [--max-line-length=80]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down

0 comments on commit 3c659ed

Please sign in to comment.