mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
enable pytype for anki/
This commit is contained in:
parent
4f3bd476d5
commit
54bfb486e1
3 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ locale
|
||||||
tools/runanki.system
|
tools/runanki.system
|
||||||
anki/buildhash.py
|
anki/buildhash.py
|
||||||
.mypy_cache
|
.mypy_cache
|
||||||
|
.pytype
|
||||||
|
|
|
@ -2,3 +2,4 @@ nose
|
||||||
mypy==0.750
|
mypy==0.750
|
||||||
pylint
|
pylint
|
||||||
mock
|
mock
|
||||||
|
pytype
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
|
|
||||||
TOOLS="$(cd "`dirname "$0"`"; pwd)"
|
TOOLS="$(cd "`dirname "$0"`"; pwd)"
|
||||||
mypy $TOOLS/../anki $TOOLS/../aqt
|
mypy $TOOLS/../anki $TOOLS/../aqt
|
||||||
|
pytype $TOOLS/../anki
|
||||||
|
|
Loading…
Reference in a new issue