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.
This commit is contained in:
Jelle Zijlstra 2021-04-27 08:33:51 -07:00 committed by GitHub
parent 1728bb441e
commit 82a53999ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,