Skip to content

Commit

Permalink
chore(deps): update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 68b2bb9 commit 5c272d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ ci:
submodules: false
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.7.6
rev: 39.8.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/eslint/eslint
rev: v9.3.0
rev: v9.14.0
hooks:
- id: eslint
args:
Expand All @@ -26,7 +26,7 @@ repos:
exclude: ^(src/test/resources/yourkey.txt|src/test/resources/secondkey.txt)
- id: trailing-whitespace
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.89.1
rev: v1.96.2
hooks:
- id: terraform_fmt
- id: terraform_tflint
Expand All @@ -46,7 +46,7 @@ repos:
- "--args=--only=terraform_workspace_remote"
- id: terraform_docs
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.16.0
rev: v9.18.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand All @@ -57,7 +57,7 @@ repos:
args: ["clean compile"]
- id: maven-spotless-apply
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
language_version: python3.11

0 comments on commit 5c272d5

Please sign in to comment.