Skip to content

Commit

Permalink
Update pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfontaine committed Apr 6, 2024
1 parent 6a80db5 commit 990d8dc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ repos:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: forbid-submodules
- id: name-tests-test
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.3.0
hooks:
- id: black

Expand All @@ -27,7 +29,7 @@ repos:
- id: codespell

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.39.0
hooks:
- id: markdownlint

Expand All @@ -42,13 +44,13 @@ repos:
- id: hadolint

- repo: https://github.com/bridgecrewio/checkov
rev: 3.0.38
rev: 3.2.53
hooks:
- id: checkov
args: ["--skip-framework", "dockerfile", "--quiet"]

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.83.6
rev: v1.88.4
hooks:
- id: terraform_fmt
- id: terraform_providers_lock
Expand Down

0 comments on commit 990d8dc

Please sign in to comment.