2013-03-05 13:14:43 +00:00
|
|
|
[report]
|
|
|
|
|
|
|
|
exclude_lines =
|
|
|
|
if __name__ == .__main__.:
|
2013-03-11 02:20:46 +00:00
|
|
|
raise NotImplemented.
|
2020-11-22 18:54:59 +00:00
|
|
|
return NotImplemented
|
2013-03-15 04:45:12 +00:00
|
|
|
def __repr__
|
2023-11-21 23:51:03 +00:00
|
|
|
if TYPE_CHECKING:
|
|
|
|
^\s*\.\.\.$
|
2013-03-11 02:20:46 +00:00
|
|
|
|
|
|
|
[run]
|
2013-03-11 03:46:44 +00:00
|
|
|
include = moto/*
|
2013-03-11 02:20:46 +00:00
|
|
|
omit = moto/packages/*
|
2021-01-26 12:37:03 +00:00
|
|
|
source = moto
|