summaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rwxr-xr-xlib/python/qmk/cli/format/python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/format/python.py b/lib/python/qmk/cli/format/python.py
index 008622cac1..e7b545109f 100755
--- a/lib/python/qmk/cli/format/python.py
+++ b/lib/python/qmk/cli/format/python.py
@@ -7,7 +7,7 @@ from milc import cli
7from qmk.path import normpath 7from qmk.path import normpath
8 8
9py_file_suffixes = ('py',) 9py_file_suffixes = ('py',)
10py_dirs = ['lib/python'] 10py_dirs = ['lib/python', 'util/ci']
11 11
12 12
13def yapf_run(files): 13def yapf_run(files):