X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/dc71922c768e543c9c3bbb1db5ea6d7fa801a814..43b53a034c9e3ada9295bf7f93be473b66b74f75:/.vim/bundle/black/tests/test.toml?ds=sidebyside diff --git a/.vim/bundle/black/tests/test.toml b/.vim/bundle/black/tests/test.toml deleted file mode 100644 index d3ab1e61..00000000 --- a/.vim/bundle/black/tests/test.toml +++ /dev/null @@ -1,16 +0,0 @@ -[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" } -]