From 49249a2d0b3be45128afcea059092df089de160c Mon Sep 17 00:00:00 2001 From: eth2353 <70237279+eth2353@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:48:08 +0200 Subject: [PATCH] Update ruff pre-commit hook id --- .pre-commit-config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8118db5e..1cac7664 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,10 +17,8 @@ repos: rev: v0.11.11 hooks: - id: ruff-format - - id: ruff + - id: ruff-check args: [--fix, --exit-non-zero-on-fix] - types_or: [python] - require_serial: true - repo: https://github.com/pre-commit/mirrors-mypy rev: 'v1.15.0'