You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920
  1. [mypy]
  2. warn_return_any = True
  3. warn_unused_configs = True
  4. check_untyped_defs = True
  5. cache_fine_grained = True
  6. sqlite_cache = True
  7. exclude = (?x)(
  8. core/model_runtime/model_providers/
  9. | tests/
  10. | migrations/
  11. )
  12. [mypy-flask_login]
  13. ignore_missing_imports=True
  14. [mypy-flask_restful]
  15. ignore_missing_imports=True
  16. [mypy-flask_restful.inputs]
  17. ignore_missing_imports=True