Had issues with import pylint being in the same scope as the __init__.__version__ lookup. Sanitized initial import so python setup.py install --force works.
Is a blocking issue with including pylint-quotes inside a readthedocs project.
Coverage remained the same at 99.029% when pulling 2cfa39d05e74529b8c23a9b6ede913b0dbb403d7 on lockefox:master into 4823e392fc76a149cb6722b080fdecb0223bd800 on edaniszewski:master.
Had issues with
import pylint
being in the same scope as the__init__.__version__
lookup. Sanitized initial import sopython setup.py install --force
works.Is a blocking issue with including
pylint-quotes
inside areadthedocs
project.