diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index caf7b1e..4d8f837 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,12 +5,12 @@ repos: - id: check-useless-excludes - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.82.0 + rev: v1.83.2 hooks: - id: terraform_fmt - id: terraform_validate