Skip to content

Commit

Permalink
Ignore flake8 E402 module level import not at top of file
Browse files Browse the repository at this point in the history
Need to import conda after sys.path.insert(0, os.path.abspath('..'))
for docs
  • Loading branch information
soapy1 committed Nov 21, 2018
1 parent 5d38522 commit a0b632d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exclude = build/*,.tox/*,env/*,test_data/*,tests/*,ve/*,utils/*,*/_vendor/*,cond

[flake8]
max-line-length = 99
ignore = E126,E133,E226,E241,E242,E302,E704,E731,E722,W503
ignore = E126,E133,E226,E241,E242,E302,E704,E731,E722,W503,E402
exclude = build/*,.tox/*,devenv/*,env/*,test_data/*,tests/*,ve/*,utils/*,*/_vendor/*,conda/compat.py,conda/common/compat.py,conda_env/compat.py


Expand Down

0 comments on commit a0b632d

Please sign in to comment.