[tool.black] line-length = 100 target-version = ['py37', 'py38'] include = '\.pyi?$' exclude = ''' /( \.git | \.hg | \.mypy_cache | \.tox | \.venv | _build | buck-out | build | dist | .conda )/ '''