Parcourir la source

Remove the useless excluded item in mypy.ini (#16777)

tags/1.2.0
Yongtao Huang il y a 7 mois
Parent
révision
37134c5987
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2
    3
      api/mypy.ini

+ 2
- 3
api/mypy.ini Voir le fichier

@@ -3,8 +3,7 @@ warn_return_any = True
warn_unused_configs = True
check_untyped_defs = True
exclude = (?x)(
core/tools/provider/builtin/
| core/model_runtime/model_providers/
core/model_runtime/model_providers/
| tests/
| migrations/
)
)

Chargement…
Annuler
Enregistrer