diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e0beee1..088509eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: # Run ruff to lint and format - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.11.8 + rev: v0.12.2 hooks: # Run the linter. - id: ruff @@ -36,7 +36,7 @@ repos: # YAML formatting - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.14.0 + rev: v2.15.0 hooks: - id: pretty-format-yaml exclude: pinned\.yaml$