File size: 204 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
[run]
omit = rich/jupyter.py
    rich/_windows.py
    rich/_timer.py
    rich/diagnose.py

[report]
exclude_lines =
    pragma: no cover
    if TYPE_CHECKING:
    if __name__ == "__main__":
    @overload