eland/setup.cfg

9 lines
132 B
INI

[isort]
profile = black
[mypy]
plugins = numpy.typing.mypy_plugin
[report]
exclude_lines=
@abstractmethod
if TYPE_CHECKING: