From 70e49d2b7b67606a87178474925c2272e49c2257 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:30:51 +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/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.6.9) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/numpy/numpydoc: v1.7.0 → v1.8.0](https://github.com/numpy/numpydoc/compare/v1.7.0...v1.8.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.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 af7d8f7a8..64a556fba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: skip: [poetry-lock] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: ['--maxkb=1000'] @@ -16,13 +16,13 @@ repos: - id: no-commit-to-branch args: [--branch, main, --branch, dev] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.3.4' + rev: 'v0.6.9' hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell files: ^.*\.(py|md|rst|yml)$ @@ -33,12 +33,12 @@ repos: - id: poetry-lock args: [--no-update] - repo: https://github.com/numpy/numpydoc - rev: 'v1.7.0' + rev: 'v1.8.0' hooks: - id: numpydoc-validation exclude: '^imap_processing/tests/|.*test.*' - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.10.1' + rev: 'v1.11.2' hooks: - id: mypy exclude: .*(tests|docs).*