twitter-algorithm-ml/pyproject.toml
2023-03-31 10:31:35 -05:00

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
)/
'''