boilerplate-py/scripts/typecheck.sh

9 lines
129 B
Bash
Executable File

#!/usr/bin/env bash
# Runs type checker.
source "$(dirname $(realpath $0))/util.sh"
echo 'Performing type checks...'
mypy
echo