Add more static checks and move to separate file to match main repo

This commit is contained in:
Aaron Franke
2022-10-09 01:25:44 -05:00
parent f69f1bb58f
commit bcfa3bf320
8 changed files with 223 additions and 77 deletions

6
misc/scripts/mypy_check.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -uo pipefail
echo -e "Python: mypy static analysis..."
mypy --config-file=./misc/scripts/mypy.ini .