X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/17908718338e6ba10d01f3b484ed0fe9542b8169..267bc5dde9f4e5e4b6dacdf79cf1688ffe9b7715:/src/black_primer/primer.json diff --git a/src/black_primer/primer.json b/src/black_primer/primer.json index 6086c4c..137d075 100644 --- a/src/black_primer/primer.json +++ b/src/black_primer/primer.json @@ -10,7 +10,7 @@ }, "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"] @@ -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, @@ -47,14 +47,12 @@ }, "hypothesis": { "cli_arguments": [], - "expect_formatting_changes": true, + "expect_formatting_changes": false, "git_clone_url": "https://github.com/HypothesisWorks/hypothesis.git", "long_checkout": false, "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,6 +73,13 @@ "long_checkout": false, "py_versions": ["all"] }, + "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, @@ -84,14 +89,14 @@ }, "ptr": { "cli_arguments": [], - "expect_formatting_changes": false, + "expect_formatting_changes": true, "git_clone_url": "https://github.com/facebookincubator/ptr.git", "long_checkout": false, "py_versions": ["all"] }, "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"] @@ -110,9 +115,16 @@ "long_checkout": false, "py_versions": ["all"] }, - "virtualenv": { + "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, "git_clone_url": "https://github.com/pypa/virtualenv.git", "long_checkout": false, "py_versions": ["all"]