rich/.coveragerc

8 lines
127 B
Plaintext
Raw Normal View History

2020-03-05 17:31:40 +00:00
[run]
omit = rich/python.py
2020-03-09 21:43:29 +00:00
[report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
if __name__ == "__main__":