2021-01-05 17:59:43 +00:00
|
|
|
[tool:pytest]
|
2021-07-07 14:03:16 +00:00
|
|
|
addopts = --mypy
|
2021-01-05 17:59:43 +00:00
|
|
|
|
|
|
|
|
|
2021-01-05 15:30:16 +00:00
|
|
|
[mypy]
|
|
|
|
|
no_warn_no_return = True
|
|
|
|
|
|
2021-07-16 10:34:27 +00:00
|
|
|
[mypy-loky.*]
|
2021-01-05 15:30:16 +00:00
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
|
|
[mypy-ipympl.*]
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
|
|
[mypy-ipywidgets.*]
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
2021-07-16 10:34:27 +00:00
|
|
|
[mypy-matplotlib.*]
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
2021-01-05 15:30:16 +00:00
|
|
|
[mypy-mistune.*]
|
|
|
|
|
ignore_missing_imports = True
|
2021-03-01 15:19:15 +00:00
|
|
|
|
|
|
|
|
[mypy-qrcode.*]
|
|
|
|
|
ignore_missing_imports = True
|
2021-04-07 08:15:48 +00:00
|
|
|
|
|
|
|
|
[mypy-scipy.*]
|
|
|
|
|
ignore_missing_imports = True
|
2021-09-02 09:58:32 +00:00
|
|
|
|
|
|
|
|
[mypy-timezonefinder.*]
|
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|