From 8f3ffc696e18b3cec655475b36051071dc4d1bd9 Mon Sep 17 00:00:00 2001 From: Alan Kyffin Date: Wed, 17 Feb 2021 09:47:11 +0000 Subject: [PATCH] Ignore linter errors in wsgi.py --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index eef539f2..58cc2602 100644 --- a/.flake8 +++ b/.flake8 @@ -6,5 +6,5 @@ max-complexity = 17 max-line-length = 80 application-import-names = datagateway_api,test,util import-order-style = google -per-file-ignores = test/*:S101,util/icat_db_generator.py:S311 +per-file-ignores = test/*:S101,util/icat_db_generator.py:S311,datagateway_api/wsgi.py:E402,F401 enable-extensions=G