From 86ced94d463cc149a873445ad15644a0c3d6e43f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:53:01 +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: 1.8.0 → 2.0.1](https://github.com/python-poetry/poetry/compare/1.8.0...2.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.0 → v0.9.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.0...v0.9.4) - [github.com/MiraGeoscience/pre-commit-hooks: v1.0.2 → v1.1.0](https://github.com/MiraGeoscience/pre-commit-hooks/compare/v1.0.2...v1.1.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ad5f8f..4605d78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ ci: repos: - repo: https://github.com/python-poetry/poetry - rev: 1.8.0 + rev: 2.0.1 hooks: - id: poetry-check args: [--lock] @@ -22,7 +22,7 @@ repos: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.0 + rev: v0.9.4 hooks: - id: ruff args: @@ -47,7 +47,7 @@ repos: - id: relint args: [-W] # to fail on warnings - repo: https://github.com/MiraGeoscience/pre-commit-hooks - rev: v1.0.2 + rev: v1.1.0 hooks: - id: check-copyright files: (^package\.rst|^LICENSE|^README(|-dev)\.rst|\.py|\.pyi)$ @@ -64,7 +64,7 @@ repos: types: [python] exclude: ^(devtools|docs)/ - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell exclude: (\.lock|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$