- 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:
parent
67d5532c33
commit
65f0ea6159
@ -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)
|
||||||
|
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user