From 733f955fc27e64cfe4d8f5db191c7551d7d24a4b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:51:25 +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/psf/black: 23.1.0 → 24.10.0](https://github.com/psf/black/compare/23.1.0...24.10.0) - [github.com/pycqa/flake8: 6.0.0 → 7.1.1](https://github.com/pycqa/flake8/compare/6.0.0...7.1.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.13.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.1...v1.13.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) --- .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 3f1b647..4874f44 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3.9 repos: - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.10.0 hooks: - id: black # override until resolved: https://github.com/ambv/black/issues/402 @@ -11,7 +11,7 @@ repos: exclude: ^testsuite/.*/ - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 exclude: ^testsuite/.*/ @@ -26,14 +26,14 @@ repos: - flake8-raise - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort exclude: ^testsuite/.*/ additional_dependencies: [toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.1 + rev: v1.13.0 hooks: - id: mypy additional_dependencies: @@ -41,7 +41,7 @@ repos: exclude: ^testsuite/.*/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: trailing-whitespace exclude: ^testsuite/.*/