ai-content-maker/.venv/Lib/site-packages/thinc/tests/mypy/configs/mypy-plugin.ini

11 lines
217 B
INI

[mypy]
plugins = thinc.mypy
follow_imports = silent
strict_optional = True
warn_redundant_casts = True
warn_unused_ignores = True
# disallow_any_generics = True
check_untyped_defs = True
disallow_untyped_defs = True