From 2c3c9548e5bd5c344838e88fa406d5422a4164ac Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:42: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/pre-commit/pre-commit-hooks: v4.2.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.6.0) - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.1.0 → v3.13.0](https://github.com/asottile/reorder-python-imports/compare/v3.1.0...v3.13.0) - [github.com/asottile/add-trailing-comma: v2.2.3 → v3.1.0](https://github.com/asottile/add-trailing-comma/compare/v2.2.3...v3.1.0) - https://github.com/pre-commit/mirrors-autopep8 → https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.6.0 → v2.3.0](https://github.com/hhatto/autopep8/compare/v1.6.0...v2.3.0) - [github.com/pycqa/flake8: 4.0.1 → 7.1.0](https://github.com/pycqa/flake8/compare/4.0.1...7.1.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 aa5b3dd..db14b28 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: tests/clones repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,8 +13,8 @@ repos: - id: check-case-conflict - id: check-merge-conflict - - repo: https://github.com/asottile/reorder_python_imports - rev: v3.1.0 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.13.0 hooks: - id: reorder-python-imports args: [--py37-plus, --add-import, 'from __future__ import annotations'] @@ -25,18 +25,18 @@ repos: ) - repo: https://github.com/asottile/add-trailing-comma - rev: v2.2.3 + rev: v3.1.0 hooks: - id: add-trailing-comma args: [--py36-plus] - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.6.0 + - repo: https://github.com/hhatto/autopep8 + rev: v2.3.0 hooks: - id: autopep8 - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 7.1.0 hooks: - id: flake8 additional_dependencies: