You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zach White bc38c38f8c
Move the module checking and updating to lib/python (#12416)
* move the module checking and updating to lib/python

* make flake8 happy

* Update lib/python/qmk/cli/__init__.py

Co-authored-by: Erovia <Erovia@users.noreply.github.com>

* prompt the user to disable developer mode

* pyformat

* flake8

Co-authored-by: Erovia <Erovia@users.noreply.github.com>
5 years ago
..
cli Move the module checking and updating to lib/python (#12416) 5 years ago
os_helpers Fix develop (#12039) 5 years ago
tests Improve our CI tests (#11476) 5 years ago
__init__.py
c_parse.py Fix develop (#12039) 5 years ago
commands.py CLI: Use BASH if SHELL variable is not set (Windows) (#12847) 5 years ago
comment_remover.py
constants.py Add STM32G431 and STM32G474 board definitions. (#11793) 5 years ago
converter.py
datetime.py Generate api data on each push (#10609) 5 years ago
decorators.py Add support for tab completion (#12411) 5 years ago
errors.py
info.py Catch 'LAYOUTS = all' in lint (#12848) 5 years ago
json_encoders.py Add a `qmk format-json` command that will format JSON files (#12372) 5 years ago
json_schema.py add utf-8 encoding to the open() call (#12388) 5 years ago
keyboard.py Fix CLI incorrectly following `DEFAULT_FOLDER` (#12529) 5 years ago
keymap.py Add support for tab completion (#12411) 5 years ago
makefile.py
math.py
path.py Add support for qmk_configurator style aliases (#11954) 5 years ago
submodules.py