mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
10 lines
204 B
INI
10 lines
204 B
INI
[mypy]
|
|
namespace_packages = True
|
|
follow_imports = skip
|
|
check_untyped_defs = True
|
|
disallow_untyped_defs = True
|
|
exclude = ^(venv|venv-dev)
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-numpy.*]
|
|
ignore_errors = True
|