cara/setup.cfg
Phil Elson c8f39dc26b Track down the issue with the expert app and typing.
The visitor pattern in the StateBuilder means that it is easy to miss type changes in the dataclass definition.
2021-01-06 16:21:33 +01:00

18 lines
262 B
INI

[tool:pytest]
addopts = --mypy
[mypy]
no_warn_no_return = True
[mypy-matplotlib.*]
ignore_missing_imports = True
[mypy-ipympl.*]
ignore_missing_imports = True
[mypy-ipywidgets.*]
ignore_missing_imports = True
[mypy-mistune.*]
ignore_missing_imports = True