Skip to content

Commit

Permalink
Add ESP to sqlalchemy for black-primer
Browse files Browse the repository at this point in the history
The crash has been fixed for a little while now. Tentatively assuming
that this will lead to changes.
  • Loading branch information
ichard26 committed Jul 24, 2021
1 parent 6559bdb commit 4aa6936
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/black_primer/primer.json
Expand Up @@ -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"]
Expand Down

0 comments on commit 4aa6936

Please sign in to comment.