diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d11de6..43d030f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,12 +16,12 @@ repos: - id: check-toml - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.6.2 + rev: 0.6.3 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.7 + rev: v0.9.9 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -30,7 +30,7 @@ repos: types_or: [ python, pyi, jupyter ] - repo: https://github.com/crate-ci/typos - rev: v1.29.9 + rev: v1.30.0 hooks: - id: typos args: []