diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bdfd88a0..4791b2f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_stages: [pre-commit, pre-merge-commit, manual] repos: - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.13 + rev: 0.11.15 hooks: - id: uv-lock always_run: true @@ -21,7 +21,7 @@ repos: - id: codespell - repo: https://github.com/tombi-toml/tombi-pre-commit - rev: v0.11.2 + rev: v0.11.5 hooks: - id: tombi-format - id: tombi-lint