diff options
author | Joel Challis <git@zvecr.com> | 2020-12-10 17:01:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 17:01:51 +0000 |
commit | 6c4b6531fe8fed46bec54fae993a1bab8246dd7d (patch) | |
tree | dbe9ad71cbccafee465545cdf7180e65694e4630 /lib/python/qmk/cli/__init__.py | |
parent | 82bb47a2f12429dda49886571173024cc8b80357 (diff) |
CI: Add workflow for codebase formatting (#7382)
* Add workflow for codebase formatting
* stash
* review comments
* Swap to a more complete push action
Diffstat (limited to 'lib/python/qmk/cli/__init__.py')
-rw-r--r-- | lib/python/qmk/cli/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/qmk/cli/__init__.py b/lib/python/qmk/cli/__init__.py index 10536bb230..372c40921a 100644 --- a/lib/python/qmk/cli/__init__.py +++ b/lib/python/qmk/cli/__init__.py @@ -14,6 +14,7 @@ from . import compile from . import config from . import docs from . import doctor +from . import fileformat from . import flash from . import generate from . import hello |