6.NUR/pyproject.toml
2018-08-13 09:49:08 +02:00

10 lines
113 B
TOML

[tool.black]
line-length = 88
py36 = true
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.mypy_cache
)/
'''