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
@jhbuhrman It's entirely possible that the inference is tripped by the conditional definition. We need to add support for some typing constructs in astroid, the library that pylint uses for type inference.
Steps to reproduce
pylint_chainmap.py
:pylint --reports=n --score=n --disable=C0111 pylint_chainmap.py
Please note that
mypy
is perfectly happy with this source file.Current behavior
Expected behavior
pylint --version output
The text was updated successfully, but these errors were encountered: