mirror of
https://github.com/godotengine/godot.git
synced 2024-12-15 10:12:40 +08:00
7 lines
126 B
Bash
Executable File
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 .
|