- 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
|
||||
assignments (#1835)
|
||||
|
||||
- use lowercase hex strings (#1692)
|
||||
|
||||
- added `--extend-exclude` argument (PR #2005)
|
||||
|
||||
- speed up caching by avoiding pathlib (#1950)
|
||||
|
@ -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"]
|
||||
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user