Skip to content

Instantly share code, notes, and snippets.

@StevenFerreira
Created July 28, 2017 18:46
Show Gist options
  • Select an option

  • Save StevenFerreira/9a65aced3ad37024be33f96759cec6cb to your computer and use it in GitHub Desktop.

Select an option

Save StevenFerreira/9a65aced3ad37024be33f96759cec6cb to your computer and use it in GitHub Desktop.
[flake8]
ignore = W601
max-line-length = 79
[isort]
line_length = 79
indent = 4
default_section = FIRSTPARTY
# known_first_party = put_app_directory_names,here
lines_after_imports = 2
from_first = true
include_trailing_comma = true
combine_as_imports = true
multi_line_output = 5
known_django = django
import_heading_future = Future
import_heading_stdlib = Python
import_heading_django = Django
import_heading_thirdparty = Package
import_heading_firstparty = Project
import_heading_localfolder = App
not_skip = __init__.py
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
[metadata]
license-file = LICENSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment