01049b1289
Sadly doesn't work on Windows
7 lines
123 B
Bash
Executable File
7 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
|