From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Fri, 4 Sep 2020 21:20:55 +0000 (-0400) Subject: Update primer.json to reflect Black's adoption (#1674) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/25c1b6dff7264278c1ca1649f321a3bd8df293b1?ds=inline;pf=etc Update primer.json to reflect Black's adoption (#1674) - tox recently adopted Black https://github.com/tox-dev/tox/commit/a7903508fa07068b327e15cfdbf8ea330ab78765 - attrs already adopted Black but they updated to 20.08b1 + did a format pass and removed some trailing commas https://github.com/python-attrs/attrs/commit/f680c5b83e65413eeb684c68ece60198015058c3 --- diff --git a/src/black_primer/primer.json b/src/black_primer/primer.json index 546f477..6371d44 100644 --- a/src/black_primer/primer.json +++ b/src/black_primer/primer.json @@ -10,7 +10,7 @@ }, "attrs": { "cli_arguments": [], - "expect_formatting_changes": true, + "expect_formatting_changes": false, "git_clone_url": "https://github.com/python-attrs/attrs.git", "long_checkout": false, "py_versions": ["all"] @@ -98,7 +98,7 @@ }, "tox": { "cli_arguments": [], - "expect_formatting_changes": true, + "expect_formatting_changes": false, "git_clone_url": "https://github.com/tox-dev/tox.git", "long_checkout": false, "py_versions": ["all"]