From 7428c9b0cceb10d95ee6caa24c8ea5762295c098 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:14:01 +0000 Subject: [PATCH] style: 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.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/myint/autoflake: v2.2.1 → v2.3.1](https://github.com/myint/autoflake/compare/v2.2.1...v2.3.1) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](https://github.com/asottile/reorder-python-imports/compare/v3.12.0...v3.13.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2) - [github.com/psf/black: 24.1.1 → 24.4.2](https://github.com/psf/black/compare/24.1.1...24.4.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.13.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.12.0...v2.13.0) - [github.com/commitizen-tools/commitizen: v3.14.1 → v3.27.0](https://github.com/commitizen-tools/commitizen/compare/v3.14.1...v3.27.0) --- .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 c31b846..3dd2e41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: check-json - id: end-of-file-fixer repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 - hooks: - args: - --in-place @@ -26,7 +26,7 @@ repos: - --ignore-init-module-imports id: autoflake repo: https://github.com/myint/autoflake - rev: v2.2.1 + rev: v2.3.1 - repo: https://github.com/asottile/setup-cfg-fmt rev: v2.5.0 @@ -34,7 +34,7 @@ repos: - id: setup-cfg-fmt - repo: https://github.com/asottile/reorder-python-imports - rev: v3.12.0 + rev: v3.13.0 hooks: - args: - --py38-plus @@ -44,11 +44,11 @@ repos: - --py38-plus id: pyupgrade repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 - hooks: - id: black repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.4.2 - hooks: - id: blacken-docs args: [-l80] @@ -57,7 +57,7 @@ repos: - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.12.0 + rev: v2.13.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2'] @@ -70,7 +70,7 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v3.14.1 + rev: v3.27.0 - repo: https://github.com/PyCQA/docformatter