Sign in
cobalt
/
pre-commit-hooks
/
030bfac7e40b0c009d234c3d6a2ef2baf9dede5a
/
.
/
mypy.ini
blob: ee62c89f08dd3ca6f1e751103a85d1a7e701b6c9 [
file
] [
log
] [
blame
]
[
mypy
]
check_untyped_defs
=
true
disallow_any_generics
=
true
disallow_incomplete_defs
=
true
disallow_untyped_defs
=
true
no_implicit_optional
=
true
[
mypy
-
testing
.*]
disallow_untyped_defs
=
false
[
mypy
-
tests
.*]
disallow_untyped_defs
=
false