Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
14c91f26ef2d12bb2ecbc39b018adde4adb9491f
/
.
/
mypy_strict_optional.ini
blob: 3b7d272291cb18041c67702a9c93cd282412fc9f [
file
]
;
Mypy
is
run both
with
and
without
this
config file
in
CI
.
;
This
allows us to make mypy strict
Optional
compliant over time
.
[
mypy
]
strict_optional
=
True
ignore_errors
=
True