summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/format/python.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix "No C files in filelist: None" (#15560)Joel Challis2022-01-031-1/+2
| | | | | | | * Fix "No C files in filelist: None" * Align other commands * force absolute paths
* qmk format-python - filter for Python files (#15271)Joel Challis2021-11-231-4/+5
| | | | | * qmk format-python filter all files * filter changed files too
* Add diff logic to python format subcommand (#15156)Joel Challis2021-11-171-12/+54
| | | | | | | | | | | * Add diff logic to python format subcommand * Update test * Add in filter per format-c * fix tests * Update new workflow
* Move all our CLI file formatters to the format dir (#13296)Zach White2021-07-201-0/+26
* move all our file formatters to the format dir * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>