From ded3d7cfe26e9558ebfc742fbe65335efa31c452 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:24:55 +0000 Subject: [PATCH] chore(deps): pre-commit.ci 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.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.4.0...v2.5.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.10.1 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.17.0) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.8.7](https://github.com/nbQA-dev/nbQA/compare/1.7.0...1.8.7) - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 24.8.0](https://github.com/psf/black-pre-commit-mirror/compare/23.9.1...24.8.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/6.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.11.2) - [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.3.0) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d0569246..bd9ce1da 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.4.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -17,43 +17,43 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/setup-cfg-fmt - rev: "v2.4.0" + rev: "v2.5.0" hooks: - id: setup-cfg-fmt args: ["--include-version-classifiers", "--max-py-version=3.11"] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["-a", "from __future__ import annotations"] - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.17.0 hooks: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.0 + rev: 1.8.7 hooks: - id: nbqa-pyupgrade additional_dependencies: [pyupgrade==2.31.0] args: ["--py38-plus"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.9.1 + rev: 24.8.0 hooks: - id: black-jupyter - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: [flake8-bugbear] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.11.2 hooks: - id: mypy files: src @@ -61,7 +61,7 @@ repos: args: [--show-error-codes] - repo: https://github.com/codespell-project/codespell - rev: "v2.2.5" + rev: "v2.3.0" hooks: - id: codespell args: ["-L", "hist,heros"]