ruff-pre-commit v0.8.1

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1086>
This commit is contained in:
andeston 2024-12-03 02:16:04 -05:00
parent c65e0e2a06
commit 2fa31f68b3

View file

@ -7,7 +7,7 @@ repos:
- id: no-commit-to-branch
args: ['--branch', 'main']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.8.1
hooks:
- id: ruff
args: ['--ignore=E741,E501', '--extend-exclude=subprojects', '.']