# Global options: [mypy] python_version = 3.7 mypy_path = /dev/null cache_dir = /dev/null warn_return_any = True warn_unused_configs = True # Per-module options: [mypy-mycode.foo.*] disallow_untyped_defs = True [mypy-mycode.bar] warn_return_any = False [mypy-somelibrary] ignore_missing_imports = True