From 607d49ea1e57a4ba18f0036eb19a123d2ec68b89 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 01:34:58 +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 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/myint/autoflake: v1.7.7 → v2.0.0](https://github.com/myint/autoflake/compare/v1.7.7...v2.0.0) - [github.com/asottile/pyupgrade: v3.2.0 → v3.3.1](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.4.0 → v2.5.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.4.0...v2.5.0) - [github.com/keewis/blackdoc: v0.3.7 → v0.3.8](https://github.com/keewis/blackdoc/compare/v0.3.7...v0.3.8) - [github.com/commitizen-tools/commitizen: v2.37.0 → v2.38.0](https://github.com/commitizen-tools/commitizen/compare/v2.37.0...v2.38.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 015ac28..b2e4066 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-json - id: end-of-file-fixer repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 - hooks: - args: - --in-place @@ -20,7 +20,7 @@ repos: - --ignore-init-module-imports id: autoflake repo: https://github.com/myint/autoflake - rev: v1.7.7 + rev: v2.0.0 - repo: https://github.com/asottile/setup-cfg-fmt rev: v2.2.0 @@ -38,11 +38,11 @@ repos: - --py38-plus id: pyupgrade repo: https://github.com/asottile/pyupgrade - rev: v3.2.0 + rev: v3.3.1 - hooks: - id: black repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 - hooks: - additional_dependencies: - black==20.8b1 @@ -51,7 +51,7 @@ repos: rev: v1.12.1 - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.4.0 + rev: v2.5.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2'] @@ -59,10 +59,10 @@ repos: - hooks: - id: blackdoc repo: https://github.com/keewis/blackdoc - rev: v0.3.7 + rev: v0.3.8 - hooks: - id: commitizen stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v2.37.0 + rev: v2.38.0