mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
12 lines
251 B
INI
12 lines
251 B
INI
[run]
|
|
source = parso
|
|
|
|
[report]
|
|
# Regexes for lines to exclude from consideration
|
|
exclude_lines =
|
|
# Don't complain about missing debug-only code:
|
|
def __repr__
|
|
|
|
# Don't complain if non-runnable code isn't run:
|
|
if __name__ == .__main__.:
|