mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
6 lines
160 B
Bash
Executable file
6 lines
160 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# Run mypy in daemon mode for fast checking
|
|
|
|
./ninja pylib qt
|
|
MYPY_CACHE_DIR=out/tests/mypy out/pyenv/bin/dmypy run pylib/anki qt/aqt pylib/tests
|