Skip to content

Commit 25c1b6d

Browse files
authored
Update primer.json to reflect Black's adoption (psf#1674)
- tox recently adopted Black tox-dev/tox@a790350 - attrs already adopted Black but they updated to 20.08b1 + did a format pass and removed some trailing commas python-attrs/attrs@f680c5b
1 parent 6b935a3 commit 25c1b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/black_primer/primer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"attrs": {
1212
"cli_arguments": [],
13-
"expect_formatting_changes": true,
13+
"expect_formatting_changes": false,
1414
"git_clone_url": "https://github.com/python-attrs/attrs.git",
1515
"long_checkout": false,
1616
"py_versions": ["all"]
@@ -98,7 +98,7 @@
9898
},
9999
"tox": {
100100
"cli_arguments": [],
101-
"expect_formatting_changes": true,
101+
"expect_formatting_changes": false,
102102
"git_clone_url": "https://github.com/tox-dev/tox.git",
103103
"long_checkout": false,
104104
"py_versions": ["all"]

0 commit comments

Comments
 (0)