tillitis-key/hw/production_test/Makefile

6 lines
208 B
Makefile
Raw Normal View History

2023-03-02 17:17:11 +00:00
lint:
2023-03-02 17:37:11 +00:00
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