interviewer / black.toml
IliaLarchenko's picture
Init repo
2f839eb
raw history blame
No virus
322 Bytes
[tool.black]
line-length = 140
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
)/
)
'''