enable pytype for anki/

This commit is contained in:
Damien Elmes 2019-12-16 17:38:43 +10:00
parent 4f3bd476d5
commit 54bfb486e1
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ locale
tools/runanki.system
anki/buildhash.py
.mypy_cache
.pytype

View file

@ -2,3 +2,4 @@ nose
mypy==0.750
pylint
mock
pytype

View file

@ -2,3 +2,4 @@
TOOLS="$(cd "`dirname "$0"`"; pwd)"
mypy $TOOLS/../anki $TOOLS/../aqt
pytype $TOOLS/../anki