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