Fix primer config

This commit is contained in:
Łukasz Langa 2021-04-25 19:44:06 +02:00
parent ea9fefb359
commit 5e09fa07f5
No known key found for this signature in database
GPG Key ID: B26995E310250568

View File

@ -10,7 +10,7 @@
}, },
"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"]
@ -63,7 +63,7 @@
}, },
"pillow": { "pillow": {
"cli_arguments": [], "cli_arguments": [],
"expect_formatting_changes": false, "expect_formatting_changes": true,
"git_clone_url": "https://github.com/python-pillow/Pillow.git", "git_clone_url": "https://github.com/python-pillow/Pillow.git",
"long_checkout": false, "long_checkout": false,
"py_versions": ["all"] "py_versions": ["all"]
@ -77,7 +77,7 @@
}, },
"pyramid": { "pyramid": {
"cli_arguments": [], "cli_arguments": [],
"expect_formatting_changes": false, "expect_formatting_changes": true,
"git_clone_url": "https://github.com/Pylons/pyramid.git", "git_clone_url": "https://github.com/Pylons/pyramid.git",
"long_checkout": false, "long_checkout": false,
"py_versions": ["all"] "py_versions": ["all"]
@ -91,7 +91,7 @@
}, },
"pytest": { "pytest": {
"cli_arguments": [], "cli_arguments": [],
"expect_formatting_changes": true, "expect_formatting_changes": false,
"git_clone_url": "https://github.com/pytest-dev/pytest.git", "git_clone_url": "https://github.com/pytest-dev/pytest.git",
"long_checkout": false, "long_checkout": false,
"py_versions": ["all"] "py_versions": ["all"]
@ -112,7 +112,7 @@
}, },
"virtualenv": { "virtualenv": {
"cli_arguments": [], "cli_arguments": [],
"expect_formatting_changes": false, "expect_formatting_changes": true,
"git_clone_url": "https://github.com/pypa/virtualenv.git", "git_clone_url": "https://github.com/pypa/virtualenv.git",
"long_checkout": false, "long_checkout": false,
"py_versions": ["all"] "py_versions": ["all"]