X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6ebdc5a644b5e53b83a99eb93d63c91d0751da16..b1d060101626aa1c332f52e4bdf0ae5e4cc07990:/tests/test.toml diff --git a/tests/test.toml b/tests/test.toml index 405c00c..d3ab1e6 100644 --- a/tests/test.toml +++ b/tests/test.toml @@ -8,3 +8,9 @@ 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" } +]