From 8f4df330ede60c33f34834e4e60cf50f1cb68b14 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:19:06 +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/sirosen/texthooks: 0.6.4 → 0.6.8](https://github.com/sirosen/texthooks/compare/0.6.4...0.6.8) - [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v19.1.7](https://github.com/pre-commit/mirrors-clang-format/compare/v17.0.6...v19.1.7) - [github.com/psf/black-pre-commit-mirror: 24.2.0 → 25.1.0](https://github.com/psf/black-pre-commit-mirror/compare/24.2.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.9.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.1...v0.9.6) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.4.1) - [github.com/numpy/numpydoc: v1.6.0 → v1.8.0](https://github.com/numpy/numpydoc/compare/v1.6.0...v1.8.0) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 77ceb31..d9488eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.5.0" + rev: "v5.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -22,7 +22,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/sirosen/texthooks - rev: "0.6.4" + rev: "0.6.8" hooks: - id: fix-ligatures - id: fix-smartquotes @@ -36,34 +36,34 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v17.0.6" + rev: "v19.1.7" hooks: - id: clang-format types_or: [c++, c, cuda] - repo: https://github.com/psf/black-pre-commit-mirror - rev: "24.2.0" + rev: "25.1.0" hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.8.0" + rev: "v1.15.0" hooks: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.2.1" + rev: "v0.9.6" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] - repo: https://github.com/codespell-project/codespell - rev: "v2.2.4" + rev: "v2.4.1" hooks: - id: codespell additional_dependencies: [tomli] - repo: https://github.com/numpy/numpydoc - rev: "v1.6.0" + rev: "v1.8.0" hooks: - id: numpydoc-validation