mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
16 lines
407 B
INI
16 lines
407 B
INI
[run]
|
|
omit =
|
|
jedi/_compatibility.py
|
|
jedi/evaluate/compiled/subprocess/__main__.py
|
|
jedi/__main__.py
|
|
# Is statically analyzed and not actually executed.
|
|
jedi/evaluate/jedi_typing.py
|
|
# For now this is not being used.
|
|
jedi/refactoring.py
|
|
|
|
[report]
|
|
# Regexes for lines to exclude from consideration
|
|
exclude_lines =
|
|
# Don't complain about missing debug-only code:
|
|
def __repr__
|