From 29903224b4fa86c87c484fb6536171c113885cd0 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Tue, 27 Mar 2018 12:08:38 +0100 Subject: Update tox.ini --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f79223e99..c9de86ca5 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.3