Skip to content

Commit

Permalink
Primer: exclude crashing sqlalchemy file for now (GH-2735)
Browse files Browse the repository at this point in the history
Until we can properly look into and fix it.
-> #2734
  • Loading branch information
ichard26 committed Dec 31, 2021
1 parent b8df7e4 commit 4f5268a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/black_primer/primer.json
Expand Up @@ -150,7 +150,11 @@
"py_versions": ["all"]
},
"sqlalchemy": {
"cli_arguments": ["--experimental-string-processing"],
"cli_arguments": [
"--experimental-string-processing",
"--extend-exclude",
"/test/orm/test_relationship_criteria.py"
],
"expect_formatting_changes": true,
"git_clone_url": "https://github.com/sqlalchemy/sqlalchemy.git",
"long_checkout": false,
Expand Down

0 comments on commit 4f5268a

Please sign in to comment.