eland/setup.cfg
2021-09-21 11:18:01 -05:00

10 lines
163 B
INI

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