diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dff644e..a1de67b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: prettier - repo: https://github.com/crate-ci/typos - rev: typos-v0.10.26 + rev: v1.23.6 hooks: - id: typos args: ['--write-changes', '--config', '.typos.toml'] @@ -43,7 +43,7 @@ repos: # TERRAFORM # ============================================================================ - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.92.0 + rev: v1.92.1 hooks: - id: terraform_fmt