From 7cb35fb139c43338b06655b0b77d28c9dea38a93 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:34: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/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.5) - [github.com/hhatto/autopep8.git: v2.1.0 → v2.3.1](https://github.com/hhatto/autopep8.git/compare/v2.1.0...v2.3.1) - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.35.1) - [github.com/PyCQA/flake8.git: 7.0.0 → 7.1.1](https://github.com/PyCQA/flake8.git/compare/7.0.0...7.1.1) - [github.com/pre-commit/mirrors-mypy.git: v1.4.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.4.1...v1.11.2) - [github.com/PyCQA/pylint.git: v3.1.0 → v3.3.1](https://github.com/PyCQA/pylint.git/compare/v3.1.0...v3.3.1) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12b77748d0..e2e8783146 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,7 +67,7 @@ repos: - id: no_optional - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.5.1 + rev: v1.5.5 hooks: - id: remove-tabs @@ -86,12 +86,12 @@ repos: ^.*\.rst$ - repo: https://github.com/hhatto/autopep8.git - rev: v2.1.0 + rev: v2.3.1 hooks: - id: autopep8 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.6.0 + rev: v5.0.0 hooks: # Side-effects: - id: trailing-whitespace @@ -134,7 +134,7 @@ repos: - id: debug-statements - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.35.1 hooks: - id: yamllint types: @@ -144,7 +144,7 @@ repos: - --strict - repo: https://github.com/PyCQA/flake8.git - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: @@ -165,7 +165,7 @@ repos: - id: forbid-html-img-without-alt-text - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.4.1 + rev: v1.11.2 hooks: - id: mypy alias: mypy-py38 @@ -240,7 +240,7 @@ repos: $ - repo: https://github.com/PyCQA/pylint.git - rev: v3.1.0 + rev: v3.3.1 hooks: - id: pylint additional_dependencies: