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