Add ESP to sqlalchemy for black-primer (#2400)
The crash has been fixed for a little while now. Tentatively assuming that this will lead to changes.
This commit is contained in:
parent
6665677495
commit
982e7fd9de
@ -112,9 +112,8 @@
|
||||
"py_versions": ["all"]
|
||||
},
|
||||
"sqlalchemy": {
|
||||
"no_cli_args_reason": "breaks black with new string parsing - #2188",
|
||||
"cli_arguments": [],
|
||||
"expect_formatting_changes": false,
|
||||
"cli_arguments": ["--experimental-string-processing"],
|
||||
"expect_formatting_changes": true,
|
||||
"git_clone_url": "https://github.com/sqlalchemy/sqlalchemy.git",
|
||||
"long_checkout": false,
|
||||
"py_versions": ["all"]
|
||||
|
Loading…
Reference in New Issue
Block a user