blob: 0986d50dd250ec7a3998c06e7e0a9cc78a7a47d6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[mypy]
python_version=3.10
warn_return_any=true
warn_unused_ignores=true
strict_optional=true
warn_redundant_casts = true
warn_no_return = true
check_untyped_defs=true
disallow_any_generics=true
disallow_subclassing_any=true
|