From 7c544bd0de7ac1a2a95c3961b8d3c0fd39eac789 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:53:58 +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/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.8.3 → v3.12.0](https://github.com/asottile/reorder-python-imports/compare/v3.8.3...v3.12.0) - [github.com/asottile/pyupgrade: v3.0.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.0.0...v3.15.2) - [github.com/psf/black: 22.10.0 → 24.4.0](https://github.com/psf/black/compare/22.10.0...24.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...7.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.6.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 00f3f64..2aeb1ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,24 +1,24 @@ repos: - - repo: https://github.com/asottile/reorder_python_imports - rev: v3.8.3 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.12.0 hooks: - id: reorder-python-imports args: ["--application-directories", "src"] - repo: https://github.com/asottile/pyupgrade - rev: v3.0.0 + rev: v3.15.2 hooks: - id: pyupgrade - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 24.4.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: [flake8-bugbear] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: check-byte-order-marker - id: trailing-whitespace