diff --git a/src/black_primer/primer.json b/src/black_primer/primer.json index 72db8c98184..d08714337b7 100644 --- a/src/black_primer/primer.json +++ b/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"] } + } }