From 7e98f2f2d2fc09e3c4bf6fb4a5680fbac72c5027 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 15 Jul 2025 16:22:19 +1000 Subject: [PATCH] pre-commit: update the name for the ruff check Part-of: --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c495506..6f804c41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.12.2 hooks: - - id: ruff + - id: ruff-check args: ['--ignore=E741,E501', '--extend-exclude=subprojects', '.'] - id: ruff-format args: ['--check', '--diff']