diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ceeffc..a2b75b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.14 + rev: v0.15.20 hooks: - id: ruff args: [--fix, --show-fixes, --exit-non-zero-on-fix] @@ -33,7 +33,7 @@ repos: - types-pyyaml - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.18 + rev: 0.11.26 hooks: - id: uv-lock - id: uv-export