From 0e6bd2961f3b95daee02107c500af096298e5066 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:04:24 +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/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.7) - [github.com/nim65s/pre-commit-sort: v0.1.0 → v0.2.0](https://github.com/nim65s/pre-commit-sort/compare/v0.1.0...v0.2.0) --- .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 190b726..a3162b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.7 hooks: - id: ruff args: @@ -8,7 +8,7 @@ repos: - --exit-non-zero-on-fix - id: ruff-format - repo: https://github.com/nim65s/pre-commit-sort - rev: v0.1.0 + rev: v0.2.0 hooks: - id: pre-commit-sort - repo: https://github.com/pappasam/toml-sort