From 4f1bfb48018f3639db35566a9b748b68e5c64766 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:21:37 +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/psf/black: 23.3.0 → 25.1.0](https://github.com/psf/black/compare/23.3.0...25.1.0) - [github.com/PyCQA/isort: 5.13.0 → 6.0.0](https://github.com/PyCQA/isort/compare/5.13.0...6.0.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/PyCQA/bandit: 1.7.6 → 1.8.2](https://github.com/PyCQA/bandit/compare/1.7.6...1.8.2) - [github.com/PyCQA/pylint: v3.0.1 → v3.3.4](https://github.com/PyCQA/pylint/compare/v3.0.1...v3.3.4) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.7.1...v1.14.1) - [github.com/jendrikseipp/vulture: v2.10 → v2.14](https://github.com/jendrikseipp/vulture/compare/v2.10...v2.14) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.11.0 → v2.14.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.11.0...v2.14.0) - [github.com/errata-ai/vale: v3.3.1 → v3.9.4](https://github.com/errata-ai/vale/compare/v3.3.1...v3.9.4) --- .pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c18d11b..1d57228 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -20,23 +20,23 @@ repos: exclude: licenses\.json - id: check-toml - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.13.0 + rev: 6.0.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/PyCQA/bandit - rev: 1.7.6 + rev: 1.8.2 hooks: - id: bandit - repo: https://github.com/PyCQA/pylint - rev: v3.0.1 + rev: v3.3.4 hooks: - id: pylint additional_dependencies: @@ -57,7 +57,7 @@ repos: additional_dependencies: - toml - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.14.1 hooks: - id: mypy additional_dependencies: @@ -78,11 +78,11 @@ repos: hooks: - id: yesqa - repo: https://github.com/jendrikseipp/vulture - rev: v2.10 + rev: v2.14 hooks: - id: vulture - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.11.0 + rev: v2.14.0 hooks: - id: pretty-format-toml args: [--autofix] @@ -94,7 +94,7 @@ repos: args: - --detailed - repo: https://github.com/errata-ai/vale - rev: v3.3.1 + rev: v3.9.4 hooks: - id: vale exclude: '^(styles/|LICENSE$)'