mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-04-29 12:00:00 +00:00
8 lines
No EOL
186 B
INI
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 |