diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 425ab58..f923ea2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.15 + rev: 0.8.17 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.13.0 hooks: - id: ruff name: ruff linter @@ -27,7 +27,7 @@ repos: args: [--exit-non-zero-on-fix] - repo: https://github.com/pappasam/toml-sort - rev: v0.24.2 + rev: v0.24.3 hooks: - id: toml-sort-fix files: pyproject.toml