albumentations-demo / black.toml
IliaLarchenko's picture
added pre-commit hooks
c6e359f
raw
history blame
320 Bytes
[tool.black]
line-length = 88
target-version = ['py37']
include = '\.pyi?$'
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
)
'''