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