diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51abe03..58bb141 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,14 +5,14 @@ repos: - id: check-useless-excludes - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.4 + rev: v0.2.1 hooks: - id: ruff - id: ruff-format args: ["--check"] - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.83.5 + rev: v1.86.0 hooks: - id: terraform_fmt - id: terraform_validate