diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54fd9813e..b5512e6f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,13 +13,13 @@ repos: exclude: template - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.15.20 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.17 + rev: 0.11.26 hooks: - id: uv-lock - repo: https://github.com/adrienverge/yamllint.git