diff options
author | 2018-03-27 12:08:38 +0100 | |
---|---|---|
committer | 2018-03-27 12:08:38 +0100 | |
commit | 29903224b4fa86c87c484fb6536171c113885cd0 (patch) | |
tree | 538e8b1e6139a465610c47d1253eec796bd8f1a5 | |
parent | Pipenv (diff) |
Update tox.ini
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ [flake8] max-line-length=120 -application_import_names=bot
\ No newline at end of file +application_import_names=bot +exclude=.venv +ignore=B311,W503,E226 |