You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fbsync] Use --no-implicit-optional for type checking (#6413)
Summary:
* Use --no-implicit-optional for type checking
This is needed for PEP 484 compliant type checking (as of 2018).
mypy will change its defaults soon.
See python/mypy#9091
* forcing CI rerun
Reviewed By: datumbox
Differential Revision: D38824221
fbshipit-source-id: 2f786faadaedd7eaf0dd2147a9c575d1d86c9db0
Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>
0 commit comments