From e85941d37def93597b3f9ca8b4207c843ddd1fb8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:59: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: - https://github.com/ambv/black → https://github.com/psf/black - [github.com/psf/black: 22.3.0 → 23.10.1](https://github.com/psf/black/compare/22.3.0...23.10.1) - [github.com/PyCQA/flake8: 3.9.2 → 6.1.0](https://github.com/PyCQA/flake8/compare/3.9.2...6.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.5.0) - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.6.0 → v3.12.0](https://github.com/asottile/reorder-python-imports/compare/v2.6.0...v3.12.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 c2f2026..a30fad5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,25 +1,25 @@ repos: -- repo: https://github.com/ambv/black - rev: 22.3.0 +- repo: https://github.com/psf/black + rev: 23.10.1 hooks: - id: black language_version: python3 args: - --experimental-string-processing - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 6.1.0 hooks: - id: flake8 args: - --max-line-length=120 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-ast -- repo: https://github.com/asottile/reorder_python_imports - rev: v2.6.0 +- repo: https://github.com/asottile/reorder-python-imports + rev: v3.12.0 hooks: - id: reorder-python-imports name: Reorder Python imports (src, tests)