X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/773e4a22d58be1f1aa82df7ad9a0f4c4e1328c10..267bc5dde9f4e5e4b6dacdf79cf1688ffe9b7715:/src/black_primer/primer.json?ds=sidebyside diff --git a/src/black_primer/primer.json b/src/black_primer/primer.json index 7f7c3b0..137d075 100644 --- a/src/black_primer/primer.json +++ b/src/black_primer/primer.json @@ -3,21 +3,21 @@ "projects": { "aioexabgp": { "cli_arguments": [], - "expect_formatting_changes": true, + "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": false, + "expect_formatting_changes": true, "git_clone_url": "https://github.com/python-attrs/attrs.git", "long_checkout": false, "py_versions": ["all"] }, "bandersnatch": { "cli_arguments": [], - "expect_formatting_changes": true, + "expect_formatting_changes": false, "git_clone_url": "https://github.com/pypa/bandersnatch.git", "long_checkout": false, "py_versions": ["all"] @@ -30,7 +30,7 @@ "py_versions": ["all"] }, "django": { - "disabled_reason": "black --check --diff returned 123 on two files", + "disabled_reason": "black --check --diff returned 123 on tests_syntax_error.py", "disabled": true, "cli_arguments": [], "expect_formatting_changes": true, @@ -53,8 +53,6 @@ "py_versions": ["all"] }, "pandas": { - "disabled_reason": "black --check --diff returned 123 on one file", - "disabled": true, "cli_arguments": [], "expect_formatting_changes": true, "git_clone_url": "https://github.com/pandas-dev/pandas.git", @@ -63,7 +61,7 @@ }, "pillow": { "cli_arguments": [], - "expect_formatting_changes": false, + "expect_formatting_changes": true, "git_clone_url": "https://github.com/python-pillow/Pillow.git", "long_checkout": false, "py_versions": ["all"] @@ -75,9 +73,16 @@ "long_checkout": false, "py_versions": ["all"] }, - "pyramid": { + "pyanalyze": { "cli_arguments": [], "expect_formatting_changes": false, + "git_clone_url": "https://github.com/quora/pyanalyze.git", + "long_checkout": false, + "py_versions": ["all"] + }, + "pyramid": { + "cli_arguments": [], + "expect_formatting_changes": true, "git_clone_url": "https://github.com/Pylons/pyramid.git", "long_checkout": false, "py_versions": ["all"] @@ -91,7 +96,7 @@ }, "pytest": { "cli_arguments": [], - "expect_formatting_changes": true, + "expect_formatting_changes": false, "git_clone_url": "https://github.com/pytest-dev/pytest.git", "long_checkout": false, "py_versions": ["all"] @@ -105,11 +110,18 @@ }, "tox": { "cli_arguments": [], - "expect_formatting_changes": true, + "expect_formatting_changes": false, "git_clone_url": "https://github.com/tox-dev/tox.git", "long_checkout": false, "py_versions": ["all"] }, + "typeshed": { + "cli_arguments": [], + "expect_formatting_changes": true, + "git_clone_url": "https://github.com/python/typeshed.git", + "long_checkout": false, + "py_versions": ["all"] + }, "virtualenv": { "cli_arguments": [], "expect_formatting_changes": false,