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:
Richard Si 2021-07-24 20:04:01 -04:00 committed by GitHub
parent 6665677495
commit 982e7fd9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]