First pass of ruff check fixes (#26257)

This commit is contained in:
Joel Challis
2026-07-18 04:06:19 +01:00
committed by GitHub
parent bea6a83a12
commit cf01e22447
18 changed files with 56 additions and 75 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ def keymap_check(kb, km):
return ok
def keyboard_check(kb): # noqa C901
def keyboard_check(kb): # noqa: C901
"""Perform the keyboard level checks.
"""
ok = True