Skip to content

Commit

Permalink
Disable sqlalchemy due to crash
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed May 5, 2021
1 parent 4fa573d commit d84f4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/black_primer/primer.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"py_versions": ["all"]
},
"sqlalchemy": {
"cli_arguments": ["--experimental-string-processing"],
"no_cli_args_reason": "breaks black with new string parsing - #2188",
"cli_arguments": [],
"expect_formatting_changes": true,
"git_clone_url": "https://github.com/sqlalchemy/sqlalchemy.git",
"long_checkout": false,
Expand Down

0 comments on commit d84f4de

Please sign in to comment.