mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-20 03:57:25 -04:00
3 lines
51 B
Makefile
3 lines
51 B
Makefile
.PHONY: lint
|
|
lint:
|
|
mypy --strict sv2v_in_place.py
|