We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9487128 commit fb50ca2Copy full SHA for fb50ca2
types.mk
@@ -1,3 +1,5 @@
1
+MYPY=$(VENV)/bin/mypy
2
+
3
$(MYPY):
4
git clone https://github.com/JukkaL/mypy.git
5
. $(VENV)/bin/activate && \
0 commit comments