ibex/util/Makefile
Rupert Swarbrick 7bbd806a60 In util, restrict mypy linting to sv2v_in_place.py
The other scripts in the directory don't have typing annotations.
2020-09-17 15:51:40 +01:00

3 lines
51 B
Makefile

.PHONY: lint
lint:
mypy --strict sv2v_in_place.py