Mark Primer projects that will change formatting
This commit is contained in:
parent
bc71685d22
commit
f3ab907a96
@ -3,21 +3,21 @@
|
|||||||
"projects": {
|
"projects": {
|
||||||
"aioexabgp": {
|
"aioexabgp": {
|
||||||
"cli_arguments": [],
|
"cli_arguments": [],
|
||||||
"expect_formatting_changes": false,
|
"expect_formatting_changes": true,
|
||||||
"git_clone_url": "https://github.com/cooperlees/aioexabgp.git",
|
"git_clone_url": "https://github.com/cooperlees/aioexabgp.git",
|
||||||
"long_checkout": false,
|
"long_checkout": false,
|
||||||
"py_versions": ["all"]
|
"py_versions": ["all"]
|
||||||
},
|
},
|
||||||
"attrs": {
|
"attrs": {
|
||||||
"cli_arguments": [],
|
"cli_arguments": [],
|
||||||
"expect_formatting_changes": false,
|
"expect_formatting_changes": true,
|
||||||
"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"]
|
||||||
},
|
},
|
||||||
"bandersnatch": {
|
"bandersnatch": {
|
||||||
"cli_arguments": [],
|
"cli_arguments": [],
|
||||||
"expect_formatting_changes": false,
|
"expect_formatting_changes": true,
|
||||||
"git_clone_url": "https://github.com/pypa/bandersnatch.git",
|
"git_clone_url": "https://github.com/pypa/bandersnatch.git",
|
||||||
"long_checkout": false,
|
"long_checkout": false,
|
||||||
"py_versions": ["all"]
|
"py_versions": ["all"]
|
||||||
@ -40,14 +40,14 @@
|
|||||||
},
|
},
|
||||||
"flake8-bugbear": {
|
"flake8-bugbear": {
|
||||||
"cli_arguments": [],
|
"cli_arguments": [],
|
||||||
"expect_formatting_changes": false,
|
"expect_formatting_changes": true,
|
||||||
"git_clone_url": "https://github.com/PyCQA/flake8-bugbear.git",
|
"git_clone_url": "https://github.com/PyCQA/flake8-bugbear.git",
|
||||||
"long_checkout": false,
|
"long_checkout": false,
|
||||||
"py_versions": ["all"]
|
"py_versions": ["all"]
|
||||||
},
|
},
|
||||||
"hypothesis": {
|
"hypothesis": {
|
||||||
"cli_arguments": [],
|
"cli_arguments": [],
|
||||||
"expect_formatting_changes": false,
|
"expect_formatting_changes": true,
|
||||||
"git_clone_url": "https://github.com/HypothesisWorks/hypothesis.git",
|
"git_clone_url": "https://github.com/HypothesisWorks/hypothesis.git",
|
||||||
"long_checkout": false,
|
"long_checkout": false,
|
||||||
"py_versions": ["all"]
|
"py_versions": ["all"]
|
||||||
@ -63,7 +63,7 @@
|
|||||||
},
|
},
|
||||||
"poetry": {
|
"poetry": {
|
||||||
"cli_arguments": [],
|
"cli_arguments": [],
|
||||||
"expect_formatting_changes": false,
|
"expect_formatting_changes": true,
|
||||||
"git_clone_url": "https://github.com/python-poetry/poetry.git",
|
"git_clone_url": "https://github.com/python-poetry/poetry.git",
|
||||||
"long_checkout": false,
|
"long_checkout": false,
|
||||||
"py_versions": ["all"]
|
"py_versions": ["all"]
|
||||||
|
Loading…
Reference in New Issue
Block a user