Skip to content

Commit

Permalink
Prettier the JSON config file for primer
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed May 10, 2020
1 parent af5aabf commit af80b11
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions src/black_primer/primer.json
@@ -1,37 +1,37 @@
{
"configuration_format_version": 20200509,
"projects": {
"aioexabgp": {
"cli_arguments": [],
"disabled": true,
"disabled_reason": "TOT black hits a bug - Need to debug it - @cooperlees",
"expect_formatting_changes": false,
"git_clone_url": "https://github.com/cooperlees/aioexabgp.git",
"long_checkout": false,
"py_versions": ["all"]
},
"attrs": {
"cli_arguments": [],
"expect_formatting_changes": true,
"git_clone_url": "https://github.com/python-attrs/attrs.git",
"long_checkout": false,
"py_versions": ["all"]
},
"bandersnatch": {
"cli_arguments": [],
"disabled": true,
"disabled_reason": "TOT black hits a bug - Need to debug it - @cooperlees",
"expect_formatting_changes": false,
"git_clone_url": "https://github.com/pypa/bandersnatch.git",
"long_checkout": false,
"py_versions": ["all"]
},
"flake8-bugbear": {
"cli_arguments": [],
"expect_formatting_changes": true,
"git_clone_url": "https://github.com/PyCQA/flake8-bugbear.git",
"long_checkout": false,
"py_versions": ["all"]
}
"configuration_format_version": 20200509,
"projects": {
"aioexabgp": {
"cli_arguments": [],
"disabled": true,
"disabled_reason": "TOT black hits a bug - Need to debug it - @cooperlees",
"expect_formatting_changes": false,
"git_clone_url": "https://github.com/cooperlees/aioexabgp.git",
"long_checkout": false,
"py_versions": ["all"]
},
"attrs": {
"cli_arguments": [],
"expect_formatting_changes": true,
"git_clone_url": "https://github.com/python-attrs/attrs.git",
"long_checkout": false,
"py_versions": ["all"]
},
"bandersnatch": {
"cli_arguments": [],
"disabled": true,
"disabled_reason": "TOT black hits a bug - Need to debug it - @cooperlees",
"expect_formatting_changes": false,
"git_clone_url": "https://github.com/pypa/bandersnatch.git",
"long_checkout": false,
"py_versions": ["all"]
},
"flake8-bugbear": {
"cli_arguments": [],
"expect_formatting_changes": true,
"git_clone_url": "https://github.com/PyCQA/flake8-bugbear.git",
"long_checkout": false,
"py_versions": ["all"]
}
}
}

0 comments on commit af80b11

Please sign in to comment.