From ff5241afe28e28b00eeeada6d3edc40212bc0942 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:03: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: - [github.com/asottile/reorder_python_imports: v3.12.0 → v3.13.0](https://github.com/asottile/reorder_python_imports/compare/v3.12.0...v3.13.0) - [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0) - [github.com/charliermarsh/ruff-pre-commit: v0.4.4 → v0.6.5](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.4.4...v0.6.5) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd7535d..e27cec3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,21 +35,21 @@ repos: - id: "python-use-type-annotations" - repo: "https://github.com/asottile/reorder_python_imports" - rev: "v3.12.0" + rev: "v3.13.0" hooks: - id: "reorder-python-imports" args: - "--py38-plus" - repo: "https://github.com/psf/black" - rev: "24.4.2" + rev: "24.8.0" hooks: - id: "black" args: ["--diff"] - repo: "https://github.com/charliermarsh/ruff-pre-commit" # Ruff version. - rev: "v0.4.4" + rev: "v0.6.5" hooks: - id: "ruff"