Open vlad0337187 opened 4 years ago
__init__.py
pylint ./
W0406: Module import itself (import-self)
X0000: Module import not found (import-missing)
pylint 2.5.3 astroid 2.4.2 Python 3.8.3 (default, May 29 2020, 00:00:00) [GCC 10.1.1 20200507 (Red Hat 10.1.1-1)]
pipenv install
pipenv run pylint ./
Related issues: #3665, #5151, #6535, #7289
Steps to reproduce
__init__.py
pylint ./
Current behavior
W0406: Module import itself (import-self)
Expected behavior
X0000: Module import not found (import-missing)
pylint --version output
Reproduce case
pipenv install
(to install pylint, create venv)pipenv run pylint ./