Skip to content

Commit

Permalink
[ADMIN] Pre-commit auto-update (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: marco-lancini <1472968+marco-lancini@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and marco-lancini authored May 15, 2024
1 parent f3eb8b8 commit 6f09a17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ repos:
- id: prettier

- repo: https://github.com/crate-ci/typos
rev: v1.20.8
rev: v1.21.0
hooks:
- id: typos
args: ['--write-changes', '--config', '.typos.toml']

- repo: https://github.com/rhysd/actionlint
rev: v1.6.27
rev: v1.7.0
hooks:
- id: actionlint

# ============================================================================
# TERRAFORM
# ============================================================================
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.88.4
rev: v1.89.1
hooks:
- id: terraform_fmt

Expand All @@ -56,6 +56,6 @@ repos:
- id: docker-compose-check

- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
rev: v2.13.0-beta
hooks:
- id: hadolint

0 comments on commit 6f09a17

Please sign in to comment.