the-algorithm-ml/pyproject.toml

22 lines
267 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
)/
'''
[tool.isort]
multi_line_output = 3
line_length = 21
include_trailing_comma = true