File size: 208 Bytes
8dc32de
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
[mypy]
warn_return_any = True
warn_unused_configs = True
check_untyped_defs = True
exclude = (?x)(
    core/tools/provider/builtin/
    | core/model_runtime/model_providers/
    | tests/
    | migrations/
  )