Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • date-parsing
  • v2.2.0
  • v2.1.0
  • v2.0.0
  • v1.0.0
  • v0.1.0
7 results

setup.cfg

Blame
  • setup.cfg 333 B
    [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