[tool.black] line-length = 120 target_version = ['py37'] include = '\.pyi?$' exclude = ''' ( /( \.eggs # exclude a few common directories in the | \.git # root of the project | \.hg | \.mypy_cache | \.tox | \.venv | venv | _build | buck-out | build | dist | server/common/fbs/NetEncoding )/ ) '''