Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

mypy.ini 330B

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