From 38f8fba17b5ce6e5123b997f72c3ad51b2e8c135 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:09:44 +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/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2) - [github.com/psf/black: 23.12.1 → 24.4.2](https://github.com/psf/black/compare/23.12.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.13.0 → v3.25.0](https://github.com/commitizen-tools/commitizen/compare/v3.13.0...v3.25.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.4...v1.5.5) --- .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 01defb3..342ce9f 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 @@ -44,18 +44,18 @@ 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: 23.12.1 + rev: 24.4.2 - hooks: - id: blacken-docs repo: https://github.com/asottile/blacken-docs rev: 1.16.0 - 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'] @@ -71,7 +71,7 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v3.13.0 + rev: v3.25.0 - repo: https://github.com/PyCQA/docformatter @@ -80,6 +80,6 @@ repos: - id: docformatter - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.5 hooks: - id: remove-crlf