pre-commit: update to the latest version of our hooks

Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/325>
This commit is contained in:
Peter Hutterer 2025-02-03 13:17:12 +10:00
parent 6068f3b14c
commit fb85496aa3

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
@ -9,7 +9,7 @@ repos:
- id: no-commit-to-branch
args: ['--branch', 'main']
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.7
rev: v0.9.4
hooks:
- id: ruff
args: ['--ignore=E741,E501', '.', 'proto/ei-scanner']