micropython-lib/tools
Jim Mussared 232859250c tools/codeformat.py: Remove git state detection.
This was added to speed up running codeformat.py when only a small number
of files are changed, but it breaks running the tool on the master branch.
The pre-commit tool handles this correctly, and it's working well in the
main repo, so we can remove the special handling.

This makes codeformat.py behave identically to the main repository, but
without additional code for handling .c/.h files.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-07-27 12:26:08 +10:00
..
build.py tools/makepyproject.py: Add tool to generate PyPI package. 2023-04-07 13:24:15 +10:00
ci.sh github/workflows: Build all example .py files as part of CI. 2023-07-24 10:28:49 +10:00
codeformat.py tools/codeformat.py: Remove git state detection. 2023-07-27 12:26:08 +10:00
makepyproject.py tools/makepyproject.py: Add tool to generate PyPI package. 2023-04-07 13:24:15 +10:00
uncrustify.cfg tools: Add code formatting and CI scripts. 2021-05-27 22:42:36 +10:00