mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
11 lines
202 B
INI
11 lines
202 B
INI
[report]
|
|
omit =
|
|
*/pyshared/*
|
|
*/python?.?/*
|
|
*/site-packages/nose/*
|
|
*/test/*
|
|
exclude_lines =
|
|
assert False
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.:
|
|
def __repr__
|