pre-commit: update the name for the ruff check

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1272>
This commit is contained in:
Peter Hutterer 2025-07-15 16:22:19 +10:00
parent 778caa41af
commit 7e98f2f2d2

View file

@ -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']