From f5ff665a2a5f0db2152d22d02ca0354e10ba6bf8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:54:39 +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.3.7 → v0.4.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.4.8) - [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) - [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da885a2..67ad88b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,14 +10,14 @@ repos: hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.7 + rev: v0.4.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.2.0 hooks: - id: pre-commit-sort - repo: https://github.com/pappasam/toml-sort @@ -44,7 +44,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/python-poetry/poetry