blender-open-data/benchmark_script/test.sh
2019-11-21 17:38:19 +01:00

6 lines
90 B
Bash
Executable File

#!/usr/bin/env sh
set -eux
env PYTHONPATH=. poetry run mypy .
poetry run black --check .