From 4d0b0aaa74f5ae68007a26dc0561d3cd914d12cd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:37:24 +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: v2.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.5.0...v5.0.0) - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v1.9.0 → v3.13.0](https://github.com/asottile/reorder-python-imports/compare/v1.9.0...v3.13.0) - https://github.com/pre-commit/mirrors-autopep8 → https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.5.7 → v2.3.1](https://github.com/hhatto/autopep8/compare/v1.5.7...v2.3.1) - [github.com/asottile/yesqa: v0.0.11 → v1.5.0](https://github.com/asottile/yesqa/compare/v0.0.11...v1.5.0) - [github.com/PyCQA/flake8: 3.9.2 → 7.1.1](https://github.com/PyCQA/flake8/compare/3.9.2...7.1.1) --- .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 dba8195..6eebbe4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python2.7 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v5.0.0 hooks: - id: check-docstring-first - id: check-yaml @@ -14,19 +14,19 @@ repos: - id: trailing-whitespace - id: requirements-txt-fixer - id: double-quote-string-fixer - - repo: https://github.com/asottile/reorder_python_imports - rev: v1.9.0 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.13.0 hooks: - id: reorder-python-imports - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.5.7 + - repo: https://github.com/hhatto/autopep8 + rev: v2.3.1 hooks: - id: autopep8 - repo: https://github.com/asottile/yesqa - rev: v0.0.11 + rev: v1.5.0 hooks: - id: yesqa - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 7.1.1 hooks: - id: flake8