In util, restrict mypy linting to sv2v_in_place.py

The other scripts in the directory don't have typing annotations.
This commit is contained in:
Rupert Swarbrick 2020-09-16 16:41:14 +01:00 committed by Rupert Swarbrick
parent 1553636a7d
commit 7bbd806a60
2 changed files with 4 additions and 1 deletions

View file

@ -114,4 +114,4 @@ test-cfg:
.PHONY: python-lint
python-lint:
mypy --strict util
$(MAKE) -C util lint

3
util/Makefile Normal file
View file

@ -0,0 +1,3 @@
.PHONY: lint
lint:
mypy --strict sv2v_in_place.py