micropython/tools
Angus Gratton 0e35c4de9b tools: Add pre-commit support.
Tweak the existing codeformat.py and verifygitlog.py to allow them to be
easily called by pre-commit.

(This turned out to be easier than using any existing pre-commit hooks,
without making subtle changes in the formatting.)

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2022-10-04 14:52:48 +11:00
..
autobuild tools/autobuild: Use distinct directory for building stm32 variants. 2022-09-08 14:54:11 +10:00
mpremote tools/mpremote: Add `mpremote mip install` to install packages. 2022-10-01 22:44:24 +10:00
.gitattributes
.gitignore
cc1
ci.sh tests/frozen: Move frozentest.mpy from ports/ to tests/. 2022-09-19 23:51:10 +10:00
codeformat.py tools: Add pre-commit support. 2022-10-04 14:52:48 +11:00
codestats.sh tests,tools: Update path to unix micropython executable. 2022-08-18 11:47:58 +10:00
dfu.py tools/dfu.py: Make tool work with python3 when parsing DFU files. 2021-11-01 15:46:59 +11:00
file2h.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
gen-changelog.sh
gen-cpydiff.py tests,tools: Update path to unix micropython executable. 2022-08-18 11:47:58 +10:00
gendoc.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
insert-usb-ids.py ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID. 2021-08-07 23:13:55 +10:00
makemanifest.py unix/variants/coverage: Add test for manifest freeze_mpy(). 2022-09-19 23:51:10 +10:00
manifestfile.py tools/manifestfile.py: Replace recursive glob with os.walk. 2022-09-30 17:34:03 +10:00
metrics.py unix/variants: Remove variant suffix from executable filename. 2022-08-11 13:34:34 +10:00
mpy-tool.py py/persistentcode: Introduce .mpy sub-version. 2022-09-19 23:19:55 +10:00
mpy_bin2res.py tools/mpy_bin2res: Tools to convert binary resources to Python module. 2017-07-27 14:41:27 +03:00
mpy_cross_all.py all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE. 2021-09-16 16:04:03 +10:00
mpy_ld.py py/persistentcode: Introduce .mpy sub-version. 2022-09-19 23:19:55 +10:00
pyboard.py tools/pyboard.py: Handle unsupported fs command. 2022-10-01 22:44:24 +10:00
pydfu.py all: Update Python formatting to latest Black version 21.12b0. 2021-12-09 12:09:40 +11:00
tinytest-codegen.py py/formatfloat: Format all whole-number floats exactly. 2022-07-26 22:23:47 +10:00
uf2conv.py tools/uf2conv.py: Update to latest version. 2022-02-02 23:43:58 +11:00
uf2families.json tools/uf2conv.py: Update to latest version. 2022-02-02 23:43:58 +11:00
uncrustify.cfg tools: Add note about uncrustify versions. 2022-10-04 14:34:54 +11:00
verifygitlog.py tools: Add pre-commit support. 2022-10-04 14:52:48 +11:00