open-notebook/mypy.ini
2024-10-21 14:56:10 -03:00

8 lines
No EOL
186 B
INI

[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