From 1a34b4b9f02fd36ad9e1ab35764b5ca53ceafe0e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:20:07 +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 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black: 23.12.1 → 24.8.0](https://github.com/psf/black/compare/23.12.1...24.8.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.11.1) - [github.com/numpy/numpydoc: v1.6.0 → v1.8.0rc2](https://github.com/numpy/numpydoc/compare/v1.6.0...v1.8.0rc2) - [github.com/sirosen/texthooks: 0.6.3 → 0.6.6](https://github.com/sirosen/texthooks/compare/0.6.3...0.6.6) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e2f811..a661182 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: "v4.6.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -19,12 +19,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: "23.12.1" + rev: "24.8.0" hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: "7.0.0" + rev: "7.1.1" hooks: - id: flake8 @@ -34,13 +34,13 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.8.0" + rev: "v1.11.1" hooks: - id: mypy - repo: https://github.com/numpy/numpydoc # The latest stable release doesn't yet support pre-commit. - rev: "v1.6.0" + rev: "v1.8.0rc2" hooks: - id: numpydoc-validation @@ -57,7 +57,7 @@ repos: exclude: test - repo: https://github.com/sirosen/texthooks - rev: "0.6.3" + rev: "0.6.6" hooks: - id: fix-ligatures - id: fix-smartquotes