From b99cf2e991518d655942d41e60b5fb8b8673c7d9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:27:27 +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.1.8 → v0.6.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.8...v0.6.8) - [github.com/nim65s/pre-commit-sort: v0.1.0 → v0.4.0](https://github.com/nim65s/pre-commit-sort/compare/v0.1.0...v0.4.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black: 23.12.0 → 24.8.0](https://github.com/psf/black/compare/23.12.0...24.8.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3a0690..82bc071 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,14 +6,14 @@ repos: args: - --filter-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.6.8 hooks: - id: ruff args: - --fix - --exit-non-zero-on-fix - repo: https://github.com/nim65s/pre-commit-sort - rev: v0.1.0 + rev: v0.4.0 hooks: - id: pre-commit-sort - repo: https://github.com/pappasam/toml-sort @@ -22,7 +22,7 @@ repos: - id: toml-sort-fix exclude: poetry.lock - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast @@ -40,6 +40,6 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 24.8.0 hooks: - id: black