Skip to content

noah-weingarden/pylint-mre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal reproducible example

See this comment.

Steps to reproduce:

$ python -m venv env
$ source env/bin/activate
$ pip install -e .
$ pip install -r requirements.txt
$ pylint tests
************* Module test_everything
tests/test_everything.py:6:14: E1101: Module 'pylint_bug_mre' has no 'goodbye' member; maybe 'Goodbye'? (no-member)
tests/test_everything.py:11:12: E1101: Module 'pylint_bug_mre' has no 'hello' member; maybe 'Hello'? (no-member)

About

MRE of a possible bug in pylint/astroid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages