Update primer.json to reflect Black's adoption (#1674)
- tox recently adopted Blacka7903508fa
- attrs already adopted Black but they updated to 20.08b1 + did a format pass and removed some trailing commasf680c5b83e
This commit is contained in:
parent
6b935a34d0
commit
25c1b6dff7
@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"attrs": {
|
"attrs": {
|
||||||
"cli_arguments": [],
|
"cli_arguments": [],
|
||||||
"expect_formatting_changes": true,
|
"expect_formatting_changes": false,
|
||||||
"git_clone_url": "https://github.com/python-attrs/attrs.git",
|
"git_clone_url": "https://github.com/python-attrs/attrs.git",
|
||||||
"long_checkout": false,
|
"long_checkout": false,
|
||||||
"py_versions": ["all"]
|
"py_versions": ["all"]
|
||||||
@ -98,7 +98,7 @@
|
|||||||
},
|
},
|
||||||
"tox": {
|
"tox": {
|
||||||
"cli_arguments": [],
|
"cli_arguments": [],
|
||||||
"expect_formatting_changes": true,
|
"expect_formatting_changes": false,
|
||||||
"git_clone_url": "https://github.com/tox-dev/tox.git",
|
"git_clone_url": "https://github.com/tox-dev/tox.git",
|
||||||
"long_checkout": false,
|
"long_checkout": false,
|
||||||
"py_versions": ["all"]
|
"py_versions": ["all"]
|
||||||
|
Loading…
Reference in New Issue
Block a user