mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-21 20:37:12 -04:00
3 lines
51 B
Makefile
3 lines
51 B
Makefile
.PHONY: lint
|
|
lint:
|
|
mypy --strict sv2v_in_place.py
|