X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/65f0ea61599dc6d2be95ee961c42a55247130c49..24bd6b983ac459eabd9352eb816be53e7f447812:/src/black_primer/primer.json diff --git a/src/black_primer/primer.json b/src/black_primer/primer.json index 7a6f5ab..5017a56 100644 --- a/src/black_primer/primer.json +++ b/src/black_primer/primer.json @@ -75,6 +75,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, @@ -105,14 +112,21 @@ }, "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"] }, - "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"]