Skip to content

Commit

Permalink
Update primer.json to reflect Black's adoption (psf#1674)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
ichard26 authored and noxan committed Jun 6, 2021
1 parent f5b3899 commit c52a538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/black_primer/primer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit c52a538

Please sign in to comment.