mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-05 13:52:38 +02:00
16 lines
317 B
INI
16 lines
317 B
INI
[run]
|
|
omit =
|
|
*/site-packages/* \
|
|
*\__init__.py
|
|
[report]
|
|
# Regexes for lines to exclude from consideration
|
|
exclude_lines =
|
|
"""
|
|
'''
|
|
pragma: no cover
|
|
def __repr__
|
|
if self.debug:
|
|
raise AssertionError
|
|
raise NotImplementedError
|
|
except Exception as e:
|
|
if __name__ == .__main__.:
|