[tool.black] line-length = 88 target-version = ["py36", "py37", "py38", "py39", "py310"] exclude = ''' ( /( \.eggs | \.git | \.hg | \.mypy_cache | \.tox | \.venv | _build | buck-out | build | dist )/ | exceptions.py ) '''