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