diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4473ee56b..afd4b06ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.13 + rev: 0.11.14 hooks: - id: uv-lock @@ -26,7 +26,7 @@ repos: - id: check-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.15.12' + rev: 'v0.15.13' hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -35,7 +35,7 @@ repos: types_or: [python, jupyter] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.0.0 + rev: v2.1.0 hooks: - id: mypy name: mypy