From 96a3c7c5382d22ee9c271f2bf785301a2612ad8d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:02:17 +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.4.9](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.4.4...v0.4.9) --- .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..94c8b39 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.4.9" hooks: - id: "ruff"