Skip to content

Commit

Permalink
Fix primer config for projects that should now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Apr 26, 2021
1 parent 4e6af2b commit 8070c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/black_primer/primer.json
Expand Up @@ -3,7 +3,7 @@
"projects": {
"aioexabgp": {
"cli_arguments": [],
"expect_formatting_changes": true,
"expect_formatting_changes": false,
"git_clone_url": "https://github.com/cooperlees/aioexabgp.git",
"long_checkout": false,
"py_versions": ["all"]
Expand All @@ -17,7 +17,7 @@
},
"bandersnatch": {
"cli_arguments": [],
"expect_formatting_changes": true,
"expect_formatting_changes": false,
"git_clone_url": "https://github.com/pypa/bandersnatch.git",
"long_checkout": false,
"py_versions": ["all"]
Expand Down

0 comments on commit 8070c17

Please sign in to comment.