From ce08e5bea747d1b4947617110211ac6e2d19991f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:03: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/commitizen-tools/commitizen: v3.29.0 → v3.30.0](https://github.com/commitizen-tools/commitizen/compare/v3.29.0...v3.30.0) - [github.com/python/black: 24.8.0 → 24.10.0](https://github.com/python/black/compare/24.8.0...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/scop/pre-commit-shfmt: v3.9.0-1 → v3.10.0-1](https://github.com/scop/pre-commit-shfmt/compare/v3.9.0-1...v3.10.0-1) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](https://github.com/asottile/blacken-docs/compare/1.18.0...1.19.1) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](https://github.com/asottile/reorder-python-imports/compare/v3.13.0...v3.14.0) --- .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 4226965d..1791ae04 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v3.29.0 + rev: v3.30.0 - hooks: - id: check-useless-excludes repo: meta @@ -19,7 +19,7 @@ repos: - hooks: - id: black repo: https://github.com/python/black - rev: 24.8.0 + rev: 24.10.0 - hooks: - id: check-added-large-files - id: check-ast @@ -48,13 +48,13 @@ repos: - id: check-byte-order-marker - id: check-docstring-first repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 - hooks: - id: flake8 repo: https://github.com/pycqa/flake8 rev: 7.1.1 - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.9.0-1 + rev: v3.10.0-1 hooks: # Choose one of: - id: shfmt # native (requires/installs Go to build) @@ -69,7 +69,7 @@ repos: - hooks: - id: blacken-docs repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.19.1 # - repo: https://github.com/asottile/pyupgrade # rev: v2.38.0 @@ -91,6 +91,6 @@ repos: # - markdown - repo: https://github.com/asottile/reorder-python-imports - rev: v3.13.0 + rev: v3.14.0 hooks: - id: reorder-python-imports