mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-25 16:18:35 -04:00
First pass of ruff check fixes (#26257)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user