mirror of
https://github.com/correl/typesafe-monads.git
synced 2024-11-14 03:00:15 +00:00
13 lines
143 B
TOML
13 lines
143 B
TOML
[tool.black]
|
|
line-length = 88
|
|
py36 = true
|
|
include = '\.pyi?$'
|
|
exclude = '''
|
|
/(
|
|
\.eggs
|
|
| \.git
|
|
| \.mypy_cache
|
|
| build
|
|
| dist
|
|
)/
|
|
'''
|