diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c46f47..ff0de07 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.4 + rev: v0.12.7 hooks: - id: ruff args: @@ -28,7 +28,7 @@ repos: - id: ruff-format exclude: ^docs/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.17.1 hooks: - id: mypy additional_dependencies: [ @@ -95,7 +95,7 @@ repos: exclude_types: [jupyter] exclude: ^docs/(.*/)?images/ - repo: https://github.com/rstcheck/rstcheck - rev: v6.2.4 + rev: v6.2.5 hooks: - id: rstcheck exclude: ^THIRD_PARTY_SOFTWARE.rst$