Remove Lowercase Hex (PR #1692) from CHANGES.md (#2133)

- 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
This commit is contained in:
Cooper Lees 2021-04-25 20:48:04 -07:00 committed by GitHub
parent 67d5532c33
commit 65f0ea6159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -37,8 +37,6 @@
- Added parsing support for unparenthesized tuples and yield expressions in annotated - Added parsing support for unparenthesized tuples and yield expressions in annotated
assignments (#1835) assignments (#1835)
- use lowercase hex strings (#1692)
- added `--extend-exclude` argument (PR #2005) - added `--extend-exclude` argument (PR #2005)
- speed up caching by avoiding pathlib (#1950) - speed up caching by avoiding pathlib (#1950)

View File

@ -3,7 +3,7 @@
"projects": { "projects": {
"aioexabgp": { "aioexabgp": {
"cli_arguments": [], "cli_arguments": [],
"expect_formatting_changes": true, "expect_formatting_changes": false,
"git_clone_url": "https://github.com/cooperlees/aioexabgp.git", "git_clone_url": "https://github.com/cooperlees/aioexabgp.git",
"long_checkout": false, "long_checkout": false,
"py_versions": ["all"] "py_versions": ["all"]
@ -17,7 +17,7 @@
}, },
"bandersnatch": { "bandersnatch": {
"cli_arguments": [], "cli_arguments": [],
"expect_formatting_changes": true, "expect_formatting_changes": false,
"git_clone_url": "https://github.com/pypa/bandersnatch.git", "git_clone_url": "https://github.com/pypa/bandersnatch.git",
"long_checkout": false, "long_checkout": false,
"py_versions": ["all"] "py_versions": ["all"]