Skip to content

Commit

Permalink
Disable complexity check
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jun 2, 2023
1 parent e5ef625 commit 6b975ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _get_key_left_position(key):
return key['x'] - 0.25 if key.get('h', 1) == 2 and key.get('w', 1) == 1.25 else key['x']


def _additional_validation(keyboard, info_data):
def _additional_validation(keyboard, info_data): # noqa: C901
"""Non schema checks
"""
layouts = info_data.get('layouts', {})
Expand Down

0 comments on commit 6b975ab

Please sign in to comment.