From fb6e32f9f615eec136cf499edb35ecb8380b92c2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:33:11 +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.7.4 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v2.7.4...v3.15.0) - [github.com/psf/black: 20.8b1 → 24.1.1](https://github.com/psf/black/compare/20.8b1...24.1.1) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 7.0.0](https://github.com/PyCQA/flake8/compare/3.8.4...7.0.0) - [github.com/pycqa/isort: 5.7.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.7.0...5.13.2) - [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.10.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.7.0...v1.10.0) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.5.0) - [github.com/pre-commit/mirrors-prettier: v2.2.1 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.2.1...v4.0.0-alpha.8) - 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) --- .pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbf3d37..51c7e72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,34 +1,34 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.7.4 + rev: v3.15.0 hooks: - id: pyupgrade args: ["--py36-plus"] - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 24.1.1 hooks: - id: black args: ["--target-version", "py36"] - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + - repo: https://github.com/PyCQA/flake8 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: [flake8-2020] - repo: https://github.com/pycqa/isort - rev: 5.7.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.7.0 + rev: v1.10.0 hooks: - id: python-check-blanket-noqa - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: check-toml @@ -36,13 +36,13 @@ repos: - id: mixed-line-ending - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.2.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.2.1 hooks: - id: autoflake args: