From 6a054761bee3ae20e670eb4452002e2287b8f69f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 16:28:24 +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/PyCQA/isort: 5.13.2 → 6.0.1](https://github.com/PyCQA/isort/compare/5.13.2...6.0.1) - [github.com/psf/black.git: 24.3.0 → 25.1.0](https://github.com/psf/black.git/compare/24.3.0...25.1.0) - [github.com/streetsidesoftware/cspell-cli: v8.6.1 → v8.19.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.6.1...v8.19.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0) - [github.com/PyCQA/flake8.git: 5.0.4 → 7.2.0](https://github.com/PyCQA/flake8.git/compare/5.0.4...7.2.0) - [github.com/pre-commit/mirrors-mypy.git: v1.9.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.9.0...v1.15.0) - [github.com/pycqa/pylint.git: v3.1.0 → v3.3.6](https://github.com/pycqa/pylint.git/compare/v3.1.0...v3.3.6) --- .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 d0c0906..3a2c5b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: stages: ["manual"] - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort name: Sort import statements using isort @@ -45,13 +45,13 @@ repos: - prettier-plugin-toml - repo: https://github.com/psf/black.git - rev: 24.3.0 + rev: 25.1.0 hooks: - id: black language_version: python3 - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.6.1 + rev: v8.19.0 hooks: - id: cspell name: Spell check with cspell @@ -62,7 +62,7 @@ repos: - id: remove-tabs - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.5.0 + rev: v5.0.0 hooks: # Side-effects: - id: trailing-whitespace @@ -82,12 +82,12 @@ repos: - id: debug-statements - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.4.1 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.0 hooks: - id: yamllint args: @@ -95,7 +95,7 @@ repos: types: [file, yaml] - repo: https://github.com/PyCQA/flake8.git - rev: 5.0.4 + rev: 7.2.0 hooks: - id: flake8 alias: flake8 @@ -107,7 +107,7 @@ repos: - flake8-docstrings # uses pydocstyle - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.9.0 + rev: v1.15.0 hooks: - id: mypy alias: mypy-py311 @@ -121,7 +121,7 @@ repos: pass_filenames: false - repo: https://github.com/pycqa/pylint.git - rev: v3.1.0 + rev: v3.3.6 hooks: - id: pylint args: