From 999fe317ecea247a295ead402f3afc544654e2ec Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:32:06 +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.2](https://github.com/asottile/pyupgrade/compare/v2.26.0...v3.15.2) - [github.com/psf/black: 21.9b0 → 24.4.2](https://github.com/psf/black/compare/21.9b0...24.4.2) - [github.com/PyCQA/flake8: 3.9.2 → 7.0.0](https://github.com/PyCQA/flake8/compare/3.9.2...7.0.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.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.6.0) - [github.com/pre-commit/mirrors-prettier: v2.4.1 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.4.1...v4.0.0-alpha.8) - https://github.com/myint/autoflake → https://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.3.1](https://github.com/PyCQA/autoflake/compare/v1.4...v2.3.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..2e6d6a83 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.2 hooks: - id: pyupgrade args: ["--py36-plus"] - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 24.4.2 hooks: - id: black args: ["--target-version", "py36"] - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 7.0.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.6.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: v4.0.0-alpha.8 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.3.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