From 25c1b6dff7264278c1ca1649f321a3bd8df293b1 Mon Sep 17 00:00:00 2001 From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Fri, 4 Sep 2020 17:20:55 -0400 Subject: [PATCH] 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 --- src/black_primer/primer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] -- 2.39.2