2
0
mirror of https://github.com/twitter/the-algorithm-ml.git synced 2025-01-13 16:19:06 +01:00

18 lines
185 B
TOML
Raw Normal View History

[tool.black]
line-length = 100
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.pem
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''