typesafe-monads/pyproject.toml

14 lines
143 B
TOML
Raw Permalink Normal View History

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