7 lines
160 B
Bash
Executable File
7 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
|