mirror of https://github.com/lowRISC/ibex.git
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:
parent
1553636a7d
commit
7bbd806a60
2
Makefile
2
Makefile
|
@ -114,4 +114,4 @@ test-cfg:
|
|||
|
||||
.PHONY: python-lint
|
||||
python-lint:
|
||||
mypy --strict util
|
||||
$(MAKE) -C util lint
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
.PHONY: lint
|
||||
lint:
|
||||
mypy --strict sv2v_in_place.py
|
Loading…
Reference in New Issue