From c58c0edfbd685e71caaa627ef7b8dfead8f0372b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:49:36 +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/asottile/pyupgrade: v2.26.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v2.26.0...v3.15.0) - [github.com/psf/black: 21.9b0 → 23.10.1](https://github.com/psf/black/compare/21.9b0...23.10.1) - [github.com/PyCQA/flake8: 3.9.2 → 6.1.0](https://github.com/PyCQA/flake8/compare/3.9.2...6.1.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.9.0...v1.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.5.0) - [github.com/pre-commit/mirrors-prettier: v2.4.1 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v2.4.1...v3.0.3) - https://github.com/myint/autoflake → https://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.2.1](https://github.com/PyCQA/autoflake/compare/v1.4...v2.2.1) - [github.com/mgedmin/check-manifest: 0.46 → 0.49](https://github.com/mgedmin/check-manifest/compare/0.46...0.49) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af767812..e1d364b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,29 +3,29 @@ ci: repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.26.0 + rev: v3.15.0 hooks: - id: pyupgrade args: ["--py36-plus"] - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 23.10.1 hooks: - id: black args: ["--target-version", "py36"] - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: python-check-blanket-noqa - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: check-toml @@ -33,13 +33,13 @@ repos: - id: mixed-line-ending - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.4.1 + rev: v3.0.3 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88] - - repo: https://github.com/myint/autoflake - rev: v1.4 + - repo: https://github.com/PyCQA/autoflake + rev: v2.2.1 hooks: - id: autoflake args: @@ -50,6 +50,6 @@ repos: - --remove-unused-variables - repo: https://github.com/mgedmin/check-manifest - rev: "0.46" + rev: "0.49" hooks: - id: check-manifest