diff --git a/Makefile b/Makefile index 904a5b418..6fceaed12 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ check: mypy pytest pylint pytype checkpretty # Checking python ###################### -PYCHECKDEPS := $(BUILDDEPS) $(shell find anki aqt -name '*.py') +PYCHECKDEPS := $(BUILDDEPS) $(shell find anki aqt -name '*.py' | grep -v buildhash.py) .build/mypy: $(PYCHECKDEPS) mypy anki aqt