From: Jelle Zijlstra Date: Tue, 27 Apr 2021 15:33:51 +0000 (-0700) Subject: Add pyanalyze and typeshed to black-primer (#2152) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/82a53999ea971895e2836df39be1ec9110ec102c Add pyanalyze and typeshed to black-primer (#2152) pyanalyze is one of my projects and it uses `--experimental-string-processing`. typeshed has a lot of stub files. --- diff --git a/src/black_primer/primer.json b/src/black_primer/primer.json index d38e01d..75469ad 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, @@ -110,6 +117,13 @@ "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,