[tool.black] required-version = "21.9b0" line-length = "88" skip-string-normalization = true target-version = ['py37'] include = '\.pyi?$' exclude = ''' ( /( \.eggs # exclude a few common directories in the | \.git # root of the project | \.hg | \.mypy_cache | \.pytest_cache | \.tox | \.venv | \.github | _build | htmlcov | benchmarks | examples # No need to Black examples | test # Tests are a mess, don't black them | test_reports | rdflib.egg-info | buck-out | build | dist | venv )/ ) '''