You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/03/01 19:40:38 UTC

[GitHub] khtruong opened a new pull request #6965: Exclude venv for python linter to ignore

khtruong opened a new pull request #6965: Exclude venv for python linter to ignore
URL: https://github.com/apache/incubator-superset/pull/6965
 
 
   When we use tox to lint python files, it fails because it looks through the directory created by virtualenv. This directory contains a file that purposely has an error for testing purposes. We should ignore this directory created by virtualenv. 
   
   Note that we will still get linter errors if users name their directory other than "venv" but since this name is commonly used, it is still worth add this directory to the tox.ini file.
   
   Kudos to @betodealmeida for helping me.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org