Skip to content

Commit

Permalink
Re-enable disabled projects post @JelleZijlstra's docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed May 16, 2020
1 parent cb4bce3 commit 1450318
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/black_primer/primer.json
Expand Up @@ -3,9 +3,7 @@
"projects": {
"aioexabgp": {
"cli_arguments": [],
"disabled": true,
"disabled_reason": "TOT black hits a bug - Need to debug it - @cooperlees",
"expect_formatting_changes": false,
"expect_formatting_changes": true,
"git_clone_url": "https://github.com/cooperlees/aioexabgp.git",
"long_checkout": false,
"py_versions": ["all"]
Expand All @@ -19,9 +17,7 @@
},
"bandersnatch": {
"cli_arguments": [],
"disabled": true,
"disabled_reason": "TOT black hits a bug - Need to debug it - @cooperlees",
"expect_formatting_changes": false,
"expect_formatting_changes": true,
"git_clone_url": "https://github.com/pypa/bandersnatch.git",
"long_checkout": false,
"py_versions": ["all"]
Expand Down

0 comments on commit 1450318

Please sign in to comment.