tillitis-key/hw/production_test/Makefile
2023-03-21 14:38:28 +01:00

6 lines
208 B
Makefile

lint:
autopep8 --in-place --max-line-length 70 --aggressive --aggressive usb_test.py icenvcm.py
mypy --disallow-untyped-defs usb_test.py icenvcm.py
pycodestyle --max-line-length 70 usb_test.py icenvcm.py