From 68cde866693af2e8589f47828a8310e7298e1ad6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:45:00 +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.git: 5.13.2 → 6.0.1](https://github.com/PyCQA/isort.git/compare/5.13.2...6.0.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: 7.1.1 → 7.2.0](https://github.com/PyCQA/flake8.git/compare/7.1.1...7.2.0) - [github.com/PyCQA/flake8.git: 7.1.1 → 7.2.0](https://github.com/PyCQA/flake8.git/compare/7.1.1...7.2.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9405c320f..a390e811b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: add-trailing-comma - repo: https://github.com/PyCQA/isort.git - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: @@ -75,7 +75,7 @@ repos: ^docs/_samples/.*\.py$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.0 hooks: - id: yamllint files: \.(yaml|yml)$ @@ -84,7 +84,7 @@ repos: - --strict - repo: https://github.com/PyCQA/flake8.git - rev: 7.1.1 + rev: 7.2.0 hooks: - id: flake8 alias: flake8-no-wps @@ -103,7 +103,7 @@ repos: - file - repo: https://github.com/PyCQA/flake8.git - rev: 7.1.1 + rev: 7.2.0 hooks: - id: flake8 alias: flake8-only-wps