digit-draw-detect / pyproject.toml
Andrey
Initial commit.
b683920
[tool.black]
line-length = 119
skip-string-normalization = true
target-version = ['py39', 'py310']
include = '\.pyi?$'
exclude = '''
/(
\.eggs
| \.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| outputs
)/
'''