1
0
Fork 0
mirror of https://github.com/correl/typesafe-monads.git synced 2025-03-24 09:13:03 -09:00
typesafe-monads/pyproject.toml

14 lines
143 B
TOML
Raw Normal View History

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