Commit c3ef5919 by Tyler Hallada

Add wsgi.py files to setup.cfg isort ignore

The order of imports matters in these files. I'm adding it to the "skip" list to
prevent issues with future runs of isort on the codebase.
parent a172438f
...@@ -45,4 +45,6 @@ skip= ...@@ -45,4 +45,6 @@ skip=
envs envs
migrations migrations
common/lib/safe_lxml/safe_lxml/etree.py common/lib/safe_lxml/safe_lxml/etree.py
wsgi.py
wsgi_apache_lms.py
known_first_party=calc,capa,chem,dogstats_wrapper,safe_xml,symmath,xmodule known_first_party=calc,capa,chem,dogstats_wrapper,safe_xml,symmath,xmodule
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment