Skip to content
Snippets Groups Projects
setup.cfg 333 B
Newer Older
  • Learn to ignore specific revisions
  • [flake8]
    max-line-length = 119
    exclude = **/settings/*
    
    [isort]
    combine_as_import = true
    default_section = THIRDPARTY
    include_trailing_comma = true
    known_first_party = postgrestutils
    known_django = django
    sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
    line_length = 79
    multi_line_output = 5
    not_skip = __init__.py