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
Problem:
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
Solution:
./venv/bin/pip install no_implicit_optional
./venv/bin/no_implicit_optional pynvim
0 commit comments