diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b435798f..54703ad9 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.9 + rev: 0.11.13 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.10.4 + rev: v0.11.2 hooks: - id: tombi-format - id: tombi-lint