mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-28 01:12:02 -04:00
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 changed files with 4 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -114,4 +114,4 @@ test-cfg:
|
||||||
|
|
||||||
.PHONY: python-lint
|
.PHONY: python-lint
|
||||||
python-lint:
|
python-lint:
|
||||||
mypy --strict util
|
$(MAKE) -C util lint
|
||||||
|
|
3
util/Makefile
Normal file
3
util/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.PHONY: lint
|
||||||
|
lint:
|
||||||
|
mypy --strict sv2v_in_place.py
|
Loading…
Add table
Add a link
Reference in a new issue