nonebot2/tests/.coveragerc
Ju4tCode d0f832c4cd
Feature: 添加 get_adapter 类型 overload (#1755)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-28 14:46:09 +08:00

13 lines
237 B
INI

[report]
exclude_lines =
pragma: no cover
def __repr__
def __str__
@(typing\.)?overload
if (typing\.)?TYPE_CHECKING( is True)?:
@(abc\.)?abstractmethod
raise NotImplementedError
\.\.\.
pass
if __name__ == .__main__.: