[mypy] # Disable PEP 561 checks ignore_missing_imports = True check_untyped_defs = True # Alternatively, you can ignore specific modules [mypy-some_module] ignore_missing_imports = True