X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c64fb8cbb121f33f3897b403adffef0ed4314fdc..2946d3b03d499475ed2276e590516df46d01d01a:/tests/test.toml diff --git a/tests/test.toml b/tests/test.toml index 570c2f2..d3ab1e6 100644 --- a/tests/test.toml +++ b/tests/test.toml @@ -7,3 +7,10 @@ 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" } +]