mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
10 lines
163 B
INI
10 lines
163 B
INI
[isort]
|
|
profile = black
|
|
[mypy]
|
|
plugins = numpy.typing.mypy_plugin
|
|
[report]
|
|
exclude_lines=
|
|
@abstractmethod
|
|
if TYPE_CHECKING:
|
|
raise NotImplementedError*
|