mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
ignore buildhash when checking if tests need to be re-run
This commit is contained in:
parent
901c285a12
commit
99502e20ea
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue