mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
6 lines
123 B
Bash
Executable file
6 lines
123 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# Run mypy, keeping it around as a daemon for faster checks.
|
|
# Does not work on Windows.
|
|
|
|
bazel run qt:dmypy
|