Skip to content

Commit

Permalink
Disable pandas while we look into #2193 (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed May 4, 2021
1 parent d8a034f commit 14c76e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/black_primer/primer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"py_versions": ["all"]
},
"pandas": {
"disabled_reason": "black-primer runs failing on Pandas - #2193",
"disabled": true,
"cli_arguments": [],
"expect_formatting_changes": true,
"git_clone_url": "https://github.com/pandas-dev/pandas.git",
Expand Down

0 comments on commit 14c76e8

Please sign in to comment.