Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
OpenSource
/
dify
Seguir
4
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
152
Wiki
Actividad
Explorar el Código
Remove the useless excluded item in mypy.ini (
#16777
)
tags/1.2.0
Yongtao Huang
hace 7 meses
padre
0c2a459c30
commit
37134c5987
No account linked to committer's email address
Se han
modificado 1 ficheros
con
2 adiciones
y
3 borrados
Dividir vista
Mostrar estadísticas de diff
2
3
api/mypy.ini
+ 2
- 3
api/mypy.ini
Ver fichero
@@ -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/
)
)
Escribir
Vista previa
Cargando…
Cancelar
Guardar