Skip to content

Commit d064456

Browse files
committed
work around mypy bug
1 parent 69fe167 commit d064456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ test_deps:
66
lint:
77
for dir in $$(dirname */__init__.py); do ruff check $$dir; done
88
for script in scripts/*[^cmd]; do if grep -q python $$script; then ruff check $$script; fi; done
9+
pip install types-setuptools
910
mypy --install-types --non-interactive argcomplete
1011

1112
test:

0 commit comments

Comments
 (0)