1
0
Fork 0

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2023-04-07 06:37:46 +00:00
commit 5bc514036b
4 changed files with 61 additions and 3 deletions

View file

@ -7,7 +7,7 @@ from milc import cli
from qmk.path import normpath
py_file_suffixes = ('py',)
py_dirs = ['lib/python']
py_dirs = ['lib/python', 'util/ci']
def yapf_run(files):