X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/52f402dcfbeb49d4710b2c8d2b15563b08369fc5..b4dca26c7d93f930bbd5a7b552807370b60d4298:/tests/test.toml

diff --git a/tests/test.toml b/tests/test.toml
index 570c2f2..e5fb922 100644
--- a/tests/test.toml
+++ b/tests/test.toml
@@ -7,3 +7,11 @@ 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" }
+]