mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-10 00:02:38 +02:00
17 lines
317 B
Text
17 lines
317 B
Text
|
|
[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__.:
|