From 8e78502be3112611b5a7bb3b9b5fb3d2e514e0bc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:04:56 +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.1.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v5.0.0) - https://github.com/pre-commit/mirrors-autopep8 → https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.6.0 → v2.3.1](https://github.com/hhatto/autopep8/compare/v1.6.0...v2.3.1) - [github.com/asottile/setup-cfg-fmt: v1.20.0 → v2.7.0](https://github.com/asottile/setup-cfg-fmt/compare/v1.20.0...v2.7.0) - [github.com/asottile/pyupgrade: v2.31.0 → v3.19.0](https://github.com/asottile/pyupgrade/compare/v2.31.0...v3.19.0) - [github.com/pycqa/flake8: 4.0.1 → 7.1.1](https://github.com/pycqa/flake8/compare/4.0.1...7.1.1) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8edac13..5ecf91c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,27 +1,27 @@ exclude: ^.*_data/.*$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: debug-statements - id: name-tests-test -- repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.6.0 +- repo: https://github.com/hhatto/autopep8 + rev: v2.3.1 hooks: - id: autopep8 - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 7.1.1 hooks: - id: flake8