pyproject.toml (12 lines of code) (raw):

[tool.black] line-length = 120 include = '\.pyi?$' exclude = ''' /( \.git | venv # The following are specific to Black, you probably don't want those. | blib2to3 | tests/data )/ '''