handwriting-recognition / pyproject.toml
pmkhanh7890's picture
1st push
6610027
raw
history blame contribute delete
248 Bytes
[tool.black]
line-length = 79
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.idea
| \.pytest_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''
[tool.isort]
profile = "black"
force_grid_wrap=2
multi_line_output=3