From 3133a7f45495d9195f50849449418bb58346aa5f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:03:32 +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/charliermarsh/ruff-pre-commit: v0.4.4 → v0.5.2](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.4.4...v0.5.2) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd7535d..2dc7a56 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ 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: @@ -49,7 +49,7 @@ repos: - repo: "https://github.com/charliermarsh/ruff-pre-commit" # Ruff version. - rev: "v0.4.4" + rev: "v0.5.2" hooks: - id: "ruff"