From 381272c6cbf0a247319907d43ae905dcba1bf01b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:34:52 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/python-poetry/poetry: 2.1.3 → 2.3.2](https://github.com/python-poetry/poetry/compare/2.1.3...2.3.2) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](https://github.com/hadialqattan/pycln/compare/v2.5.0...v2.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.9 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.9...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.20.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.17.1...v1.20.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b34e74..3954f1e 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.9 + 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.17.1 + rev: v1.20.0 hooks: - id: mypy additional_dependencies: [ @@ -65,7 +65,7 @@ repos: types: [python] exclude: ^(devtools|docs|las_geoh5-assets)/ - 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)$