From 03dc0d731d1d591f94586800b38a0696c85dab56 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:02:35 +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/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.0](https://github.com/PyCQA/flake8.git/compare/7.0.0...7.1.0) - [github.com/pre-commit/mirrors-mypy.git: v1.4.1 → v1.10.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.4.1...v1.10.1) - [github.com/PyCQA/pylint.git: v3.1.0 → v3.2.4](https://github.com/PyCQA/pylint.git/compare/v3.1.0...v3.2.4) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12b77748d0..9731b4b490 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,7 +86,7 @@ repos: ^.*\.rst$ - repo: https://github.com/hhatto/autopep8.git - rev: v2.1.0 + rev: v2.3.1 hooks: - id: autopep8 @@ -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.0 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.10.1 hooks: - id: mypy alias: mypy-py38 @@ -240,7 +240,7 @@ repos: $ - repo: https://github.com/PyCQA/pylint.git - rev: v3.1.0 + rev: v3.2.4 hooks: - id: pylint additional_dependencies: