From 79a8ee85499880d2fbc2567d57c259c463ce43cf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:10:50 +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.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/myint/autoflake: v2.0.0 → v2.2.1](https://github.com/myint/autoflake/compare/v2.0.0...v2.2.1) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.5.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.2.0...v2.5.0) - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.12.0](https://github.com/asottile/reorder-python-imports/compare/v3.9.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.15.0) - [github.com/psf/black: 22.12.0 → 24.2.0](https://github.com/psf/black/compare/22.12.0...24.2.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.16.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.12.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.5.0...v2.12.0) - [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](https://github.com/keewis/blackdoc/compare/v0.3.8...v0.3.9) - [github.com/commitizen-tools/commitizen: v2.38.0 → v3.14.1](https://github.com/commitizen-tools/commitizen/compare/v2.38.0...v3.14.1) --- .pre-commit-config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7aa8fa..7e876ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-json - id: end-of-file-fixer repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 - hooks: - args: - --in-place @@ -22,15 +22,15 @@ repos: - --ignore-init-module-imports id: autoflake repo: https://github.com/myint/autoflake - rev: v2.0.0 + rev: v2.2.1 - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.5.0 hooks: - id: setup-cfg-fmt -- repo: https://github.com/asottile/reorder_python_imports - rev: v3.9.0 +- repo: https://github.com/asottile/reorder-python-imports + rev: v3.12.0 hooks: - args: - --py37-plus @@ -40,20 +40,20 @@ repos: - --py37-plus id: pyupgrade repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.15.0 - hooks: - id: black repo: https://github.com/psf/black - rev: 22.12.0 + rev: 24.2.0 - hooks: - additional_dependencies: - black==20.8b1 id: blacken-docs repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.16.0 - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.5.0 + rev: v2.12.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2'] @@ -61,10 +61,10 @@ repos: - hooks: - id: blackdoc repo: https://github.com/keewis/blackdoc - rev: v0.3.8 + rev: v0.3.9 - hooks: - id: commitizen stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v2.38.0 + rev: v3.14.1