Skip to content
run-mypy.sh 157 B
Newer Older
#! /bin/bash

mypy \
  --fast-parser \
  --strict-optional \
  --silent-imports \
  --disallow-untyped-calls \
  relate course
  # --disallow-untyped-defs \