[tool.black] verbose = 1 --check = "no" diff = "y" color = true line-length = 79 target-version = ["py36", "py37", "py38"] exclude='\.pyi?$' include='\.py?$' [v1.0.0-syntax] # This shouldn't break Black. contributors = [ "Foo Bar ", { name = "Baz Qux", email = "bazqux@example.com", url = "https://example.com/bazqux" } ]