diff --git a/pylib/anki/py.typed b/pylib/anki/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/qt/Makefile b/qt/Makefile index 752405f56..31183d6c1 100644 --- a/qt/Makefile +++ b/qt/Makefile @@ -70,7 +70,7 @@ PYLIB := ../pylib CHECKDEPS := $(shell find aqt tests -name '*.py' | grep -v buildinfo.py) .build/mypy: $(CHECKDEPS) .build/qt-stubs - MYPYPATH=$(PYLIB) mypy aqt + mypy aqt @touch $@ .build/test: $(CHECKDEPS) diff --git a/qt/aqt/py.typed b/qt/aqt/py.typed new file mode 100644 index 000000000..e69de29bb