AutoGPT/mypy.ini

6 lines
111 B
INI
Raw Normal View History

2023-07-02 20:14:49 +00:00
[mypy]
follow_imports = skip
check_untyped_defs = True
disallow_untyped_defs = True
exclude = ^(agent/.*\.py)$