diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6142a5670..2cb23cdc1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ default_language_version: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.7 + rev: v0.11.8 hooks: - id: ruff args: @@ -72,7 +72,7 @@ repos: - python exclude: ^uv.lock$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint - repo: local