mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2024-11-16 21:29:24 +01:00
18 lines
185 B
TOML
18 lines
185 B
TOML
|
[tool.black]
|
||
|
line-length = 100
|
||
|
include = '\.pyi?$'
|
||
|
exclude = '''
|
||
|
/(
|
||
|
\.git
|
||
|
| \.hg
|
||
|
| \.pem
|
||
|
| \.mypy_cache
|
||
|
| \.tox
|
||
|
| \.venv
|
||
|
| _build
|
||
|
| buck-out
|
||
|
| build
|
||
|
| dist
|
||
|
)/
|
||
|
'''
|