mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
6 lines
111 B
INI
6 lines
111 B
INI
[mypy]
|
|
follow_imports = skip
|
|
check_untyped_defs = True
|
|
disallow_untyped_defs = True
|
|
exclude = ^(agent/.*\.py)$
|