boilerplate-py/scripts/typecheck.sh

9 lines
129 B
Bash
Raw Permalink Normal View History

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