#!/bin/bash options=( --check-untyped-defs --disallow-untyped-calls --disallow-untyped-defs --disallow-incomplete-defs --disallow-untyped-decorators ) python3 -m mypy swiftstory "${options[@]}"