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:
parent
1728bb441e
commit
82a53999ea
@ -75,6 +75,13 @@
|
|||||||
"long_checkout": false,
|
"long_checkout": false,
|
||||||
"py_versions": ["all"]
|
"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": {
|
"pyramid": {
|
||||||
"cli_arguments": [],
|
"cli_arguments": [],
|
||||||
"expect_formatting_changes": true,
|
"expect_formatting_changes": true,
|
||||||
@ -110,6 +117,13 @@
|
|||||||
"long_checkout": false,
|
"long_checkout": false,
|
||||||
"py_versions": ["all"]
|
"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": {
|
"virtualenv": {
|
||||||
"cli_arguments": [],
|
"cli_arguments": [],
|
||||||
"expect_formatting_changes": false,
|
"expect_formatting_changes": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user