Skip to content

Instantly share code, notes, and snippets.

@mackjoner
Created January 8, 2018 09:36
Show Gist options
  • Save mackjoner/f5e7ab182fe363c525e712ef3529cc9c to your computer and use it in GitHub Desktop.
Save mackjoner/f5e7ab182fe363c525e712ef3529cc9c to your computer and use it in GitHub Desktop.
python isort
[settings]
# ~/.isort.cfg
line_length=120
#force_to_top=file1.py,file2.py
#skip=file3.py,file4.py
#known_future_library=future,pies
#known_standard_library=std,std2
#known_third_party=randomthirdparty
#known_first_party=mylib1,mylib2
#indent=' '
multi_line_output=0
#length_sort=1
#forced_separate=django.contrib,django.utils
#default_section=FIRSTPARTY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment