diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b2027729..3b90e18f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,17 +12,17 @@ ci: repos: - repo: https://github.com/python-poetry/poetry - rev: 2.1.3 + rev: 2.3.2 hooks: - id: poetry-check args: [--lock, --no-plugins] - repo: https://github.com/hadialqattan/pycln - rev: v2.5.0 + rev: v2.6.0 hooks: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.5 + rev: v0.15.9 hooks: - id: ruff-check args: @@ -31,7 +31,7 @@ repos: # - --unsafe-fixes - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.20.0 hooks: - id: mypy additional_dependencies: [ @@ -81,13 +81,13 @@ repos: types_or: [python, pyi] exclude: ^(devtools|docs|geoh5py/interfaces|geoh5py/handlers)/ - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell exclude: (\.lock|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$ entry: codespell -I .codespellignore - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: check-toml