summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d35cddeb..ff1992dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ nbproject
.DS_Store
/*egg-info
/.tox
+/.vscode/
diff --git a/tox.ini b/tox.ini
index eb2fe834..e46136d6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ passenv = HOME
commands = nosetests --with-coverage {posargs}
[testenv:flake8]
-commands = flake8 {posargs}
+commands = flake8 --ignore=W293,E265,E266,W503,W504,E731 {posargs}
[testenv:venv]
commands = {posargs}