mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
6 lines
208 B
Makefile
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
|