forked from openkylin/astroid
20 lines
285 B
Plaintext
20 lines
285 B
Plaintext
|
[paths]
|
||
|
source =
|
||
|
astroid
|
||
|
|
||
|
[report]
|
||
|
include =
|
||
|
astroid/*
|
||
|
omit =
|
||
|
*/tests/*
|
||
|
exclude_lines =
|
||
|
# Re-enable default pragma
|
||
|
pragma: no cover
|
||
|
|
||
|
# Debug-only code
|
||
|
def __repr__
|
||
|
|
||
|
# Type checking code not executed during pytest runs
|
||
|
if TYPE_CHECKING:
|
||
|
@overload
|