Skip to content

Instantly share code, notes, and snippets.

@etano
Last active February 4, 2020 11:52
Show Gist options
  • Select an option

  • Save etano/49525e88ec4b7e5b558d67d1ff00cca3 to your computer and use it in GitHub Desktop.

Select an option

Save etano/49525e88ec4b7e5b558d67d1ff00cca3 to your computer and use it in GitHub Desktop.
[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parantheses = true
line_length = 120
lines_after_imports = 2
[tool.black]
line-length = 120
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| egg-info
| buck-out
| build
| dist
| env
)/
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment