From ec4515feeaad2e8632d4b6c690c5697f674f8800 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Wed, 22 May 2024 12:53:53 +0200 Subject: [PATCH] fix: ruff precommit --- .pre-commit-config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3bd009d..c72268b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,19 +8,18 @@ ci: autoupdate_schedule: monthly repos: - Need to drop python 3.5 and 3.6 before we include python upgrade - repo: https://github.com/asottile/pyupgrade rev: v2.31.0 hooks: - id: pyupgrade args: ["--py38-plus"] - - repo: https://github.com/asottile/yesqa - rev: v1.5.0 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.4.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: