7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
|
#!/bin/bash
|
||
|
#
|
||
|
# Run mypy, keeping it around as a daemon for faster checks.
|
||
|
# Does not work on Windows.
|
||
|
|
||
|
bazel run qt:dmypy
|