ruff-pre-commit v0.8.1
authorandeston <1158951-andeston@users.noreply.gitlab.freedesktop.org>
Tue, 3 Dec 2024 07:16:04 +0000 (02:16 -0500)
committerandeston <1158951-andeston@users.noreply.gitlab.freedesktop.org>
Wed, 4 Dec 2024 07:02:12 +0000 (02:02 -0500)
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1086>

.pre-commit-config.yaml

index 1b7844c7cd1d26057bae7f56f447d6226aeab7a7..a62b0109762693bbd55440e00cf3c3471a55929a 100644 (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', '.']