Skip to content

Commit

Permalink
Remove Lowercase Hex (PR #1692) from CHANGES.md (#2133)
Browse files Browse the repository at this point in the history
- It was reverted to not cause so much diff churn on millions of lines of code
- Fix primer config for projects that should now pass
  • Loading branch information
cooperlees committed Apr 26, 2021
1 parent 67d5532 commit 65f0ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CHANGES.md
Expand Up @@ -37,8 +37,6 @@
- Added parsing support for unparenthesized tuples and yield expressions in annotated
assignments (#1835)

- use lowercase hex strings (#1692)

- added `--extend-exclude` argument (PR #2005)

- speed up caching by avoiding pathlib (#1950)
Expand Down
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 65f0ea6

Please sign in to comment.