Skip to content

Commit

Permalink
Ignore linter errors in wsgi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkyffin committed Feb 17, 2021
1 parent 2b87c76 commit 8f3ffc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8f3ffc6

Please sign in to comment.