This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 0a8bc84 Exclude venv for python linter to ignore (#6965)
0a8bc84 is described below
commit 0a8bc84a02c114e620aa3273077333ba12947e26
Author: Kim Truong <[email protected]>
AuthorDate: Fri Mar 1 13:38:06 2019 -0800
Exclude venv for python linter to ignore (#6965)
---
tox.ini | 1 +
1 file changed, 1 insertion(+)
diff --git a/tox.ini b/tox.ini
index 93126cb..243e1ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,6 +27,7 @@ exclude =
superset/data
superset/migrations
superset/templates
+ venv
ignore =
FI12
FI15