CCI-MOC / flocx-market

2 stars 9 forks source link

the pep8 check runs erroneously on *all* python files, even those not part of the repository #22

Closed larsks closed 5 years ago

larsks commented 5 years ago

If you have a virtual environment in your working directory, running the pep8 check (tox -e pep8) will check not just our files but all files in your virtual environment. This can take a long time and will produce erroneous results.