From d6a4d2e4b58c43cc308e1848c3da621e1ab61eb8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 07:33: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 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.5.0...v4.4.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.9.0](https://github.com/asottile/reorder-python-imports/compare/v1.9.0...v3.9.0) - [github.com/pre-commit/mirrors-autopep8: v1.5.7 → v2.0.2](https://github.com/pre-commit/mirrors-autopep8/compare/v1.5.7...v2.0.2) - [github.com/asottile/yesqa: v0.0.11 → v1.4.0](https://github.com/asottile/yesqa/compare/v0.0.11...v1.4.0) - [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](https://github.com/PyCQA/flake8/compare/3.9.2...6.0.0) --- .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 dba8195..4912506 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: v4.4.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.9.0 hooks: - id: reorder-python-imports - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.5.7 + rev: v2.0.2 hooks: - id: autopep8 - repo: https://github.com/asottile/yesqa - rev: v0.0.11 + rev: v1.4.0 hooks: - id: yesqa - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 6.0.0 hooks: - id: flake8