Skip to content
Snippets Groups Projects
.isort.cfg 295 B
Newer Older
  • Learn to ignore specific revisions
  • Todd Dembrey's avatar
    Todd Dembrey committed
    [settings]
    default_section=FIRSTPARTY
    
    force_grid_wrap=0
    include_trailing_comma=True
    known_first_party=esi, home, images, navigation, search, settings, standardpages, urls, utils, wsgi
    line_length=88
    multi_line_output=3
    skip_glob = .direnv,node_modules,venv,**/migrations/**
    use_parentheses=True