diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-28 14:10:57 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-28 14:10:57 -0700 |
commit | 6aa1341521deca318f6bb6171fec930632129916 (patch) | |
tree | 4d0a7ed3ed21a3df6891ee82606a1e978661bafe | |
parent | 88828059d1ee6799790be340427b327eb82b1035 (diff) |
Changingg default section to be first party
-rw-r--r-- | isort.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ indent=' ' multi_line_output=5 known_django=django sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER +default_section=FIRSTPARTY skip=migrations include_trailing_comma=True # Because neovim runs in separate container, explicitly calling out third parties is needed |