Files
throttled/pyproject.toml
2018-11-06 11:07:54 +01:00

19 lines
217 B
TOML

[tool.black]
line-length = 120
skip-string-normalization = true
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| venv
| _build
| buck-out
| build
| dist
)/
'''