From 446fcc2323c01146448366593a2766e62b1a9e82 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:12:47 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#516) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/aio-libs/sort-all: v1.2.0 → v1.3.0](https://github.com/aio-libs/sort-all/compare/v1.2.0...v1.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.1...v0.7.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 000e74bc..2382f78d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: no-commit-to-branch - repo: https://github.com/aio-libs/sort-all - rev: v1.2.0 + rev: v1.3.0 hooks: - id: sort-all types: [file, python] @@ -39,7 +39,7 @@ repos: types: [file, rst] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.1" + rev: "v0.7.2" hooks: # Run the linter - id: ruff