diff options
-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 |