Skip to content
Snippets Groups Projects
Commit 63ac3935 authored by Xavier Claessens's avatar Xavier Claessens Committed by Sjoerd Simons
Browse files

pep8: Ignore 'module level import not at top of file' error

parent d90720fe
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
"linters": {
"pep8-default": {
"type": "pep8",
"flags": ["--ignore=E402"],
"include": "(\\.py$)"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment