Guest User

Untitled

a guest
Jan 16th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [settings]
  2. # ~/.isort.cfg
  3. line_length=120
  4. #force_to_top=file1.py,file2.py
  5. #skip=file3.py,file4.py
  6. #known_future_library=future,pies
  7. #known_standard_library=std,std2
  8. #known_third_party=randomthirdparty
  9. #known_first_party=mylib1,mylib2
  10. #indent=' '
  11. multi_line_output=0
  12. #length_sort=1
  13. #forced_separate=django.contrib,django.utils
  14. #default_section=FIRSTPARTY
Add Comment
Please, Sign In to add comment