From 5196fe6ec627141503d7efbd9d835ca16bb0e4d9 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:11:06 +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.3.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v5.0.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.0](https://github.com/PyCQA/isort/compare/5.12.0...6.0.0) - [github.com/psf/black: 22.10.0 → 25.1.0](https://github.com/psf/black/compare/22.10.0...25.1.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.1.1](https://github.com/PyCQA/flake8/compare/5.0.4...7.1.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.3...v4.0.0-alpha.8) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.3...v4.0.0-alpha.8) --- .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 9ade0e8..3dd7a8f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,12 +15,12 @@ # limitations under the License. exclude: ".git|.tox|CHANGELOG.md|VERSION" -default_stages: [commit] +default_stages: [pre-commit] fail_fast: true repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -30,19 +30,19 @@ repos: - id: requirements-txt-fixer - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 6.0.0 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 25.1.0 hooks: - id: black language_version: python3.8 - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 7.1.1 hooks: - id: flake8 exclude: | @@ -51,7 +51,7 @@ repos: )$ - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.3 + rev: v4.0.0-alpha.8 hooks: - id: prettier types: [yaml] @@ -60,7 +60,7 @@ repos: meta.yaml| )$ - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.3 + rev: v4.0.0-alpha.8 hooks: - id: prettier types: [yaml]