Skip to content

Commit

Permalink
primer: Renable pandas (#2185)
Browse files Browse the repository at this point in the history
- It no longer crashes black so we should test on it's code
- Update django reason to name the file causing error
  - Seems it has a syntax error on purpose
  • Loading branch information
cooperlees committed May 3, 2021
1 parent 35e8d15 commit a669b64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/black_primer/primer.json
Expand Up @@ -30,7 +30,7 @@
"py_versions": ["all"]
},
"django": {
"disabled_reason": "black --check --diff returned 123 on two files",
"disabled_reason": "black --check --diff returned 123 on tests_syntax_error.py",
"disabled": true,
"cli_arguments": [],
"expect_formatting_changes": true,
Expand All @@ -53,8 +53,6 @@
"py_versions": ["all"]
},
"pandas": {
"disabled_reason": "black --check --diff returned 123 on one file",
"disabled": true,
"cli_arguments": [],
"expect_formatting_changes": true,
"git_clone_url": "https://github.com/pandas-dev/pandas.git",
Expand Down

0 comments on commit a669b64

Please sign in to comment.