diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99569a2..7674998 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,7 +56,7 @@ repos: stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.0 hooks: - id: ruff args: @@ -64,7 +64,7 @@ repos: - --select=I - id: ruff-format - repo: https://github.com/tofuutils/pre-commit-opentofu - rev: v2.0.0 + rev: v2.1.0 hooks: - id: tofu_fmt - id: tofu_tflint