Skip to content

Instantly share code, notes, and snippets.

@stephen-bunn
Created April 24, 2019 17:05
Show Gist options
  • Save stephen-bunn/15eea41036830d9b906c098017fc4003 to your computer and use it in GitHub Desktop.
Save stephen-bunn/15eea41036830d9b906c098017fc4003 to your computer and use it in GitHub Desktop.
Medium - Black isort configuration
[isort]
atomic = true
not_skip = __init__.py
line_length = 88
indent = ' '
multi_line_output = 3
length_sort = 1
include_trailing_comma = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment