mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
d0f832c4cd
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
13 lines
237 B
INI
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__.:
|