.isort.cfg 327 B

12345678910
  1. [settings]
  2. profile = black
  3. multi_line_output = 3
  4. include_trailing_comma = true
  5. force_grid_wrap = 0
  6. use_parentheses = true
  7. ensure_newline_before_comments = true
  8. line_length = 79
  9. sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
  10. skip = .tox,__pycache__,*.pyc,venv*/*,reports,venv,env,node_modules,.env,.venv,dist,my_env