Skip to content

Instantly share code, notes, and snippets.

@jensens
Created November 29, 2018 10:34
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jensens/ce74e85bc297f3db46dad95fd08eb0c6 to your computer and use it in GitHub Desktop.
Save jensens/ce74e85bc297f3db46dad95fd08eb0c6 to your computer and use it in GitHub Desktop.
Plone style Black and Isort cfg
[tool.black]
line-length = 79
# skip-string-normalization = true
[isort]
force_alphabetical_sort = True
force_single_line = True
lines_after_imports = 2
line_length = 79
not_skip = __init__.py
use_parentheses = True
multi_line_output = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment