diff options
author | QMK Bot <hello@qmk.fm> | 2023-04-07 06:37:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-04-07 06:37:46 +0000 |
commit | 5bc514036b094560b16190edc65687d9ec4b82e3 (patch) | |
tree | 0f33de9575fbba624184c72a55ca9b4ae07100a5 /lib/python | |
parent | b84b62c9679ea2180067f083fd71b398f0e7c334 (diff) | |
parent | 2e766a9c7a0888a96ed9108f09a085f4298af0b3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'lib/python')
-rwxr-xr-x | lib/python/qmk/cli/format/python.py | 2 |
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 from qmk.path import normpath py_file_suffixes = ('py',) -py_dirs = ['lib/python'] +py_dirs = ['lib/python', 'util/ci'] def yapf_run(files): |