1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/misc/scripts/mypy_check.sh
2022-09-30 19:03:17 +07:00

7 lines
126 B
Bash
Executable File

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