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

11 lines
217 B
INI
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
[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