setup.cfg (9 lines of code) (raw):

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