Skip to content

Commit

Permalink
[ADMIN] Pre-commit auto-update (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: marco-lancini <marco-lancini@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and marco-lancini committed Oct 15, 2023
1 parent bf4ac58 commit b832d4a
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
@@ -1,7 +1,7 @@
repos:
# pre-commit install --hook-type pre-push
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=1000']
Expand Down Expand Up @@ -29,21 +29,21 @@ repos:
- id: prettier

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

- repo: https://github.com/rhysd/actionlint
rev: v1.6.25
rev: v1.6.26
hooks:
- id: actionlint

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

Expand Down

0 comments on commit b832d4a

Please sign in to comment.