Skip to content
Snippets Groups Projects
pyproject.toml 274 B
Newer Older
  • Learn to ignore specific revisions
  • [tool.black]
    line-length = 88
    target-version = ["py35"]
    
    [tool.isort]
    profile = "black"
    combine_as_imports = true
    default_section = "THIRDPARTY"
    known_first_party = "postgrestutils"
    known_django = "django"
    sections = "FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER"