diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -14,3 +14,4 @@ nbproject .DS_Store /*egg-info /.tox +/.vscode/ @@ -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} |