don't expect changes on poetry (#2769)

They just made themselves ESP-compliant in ecb030e1f0
This commit is contained in:
Jelle Zijlstra 2022-01-13 09:33:56 -08:00 committed by GitHub
parent 8954e58ccf
commit f298032ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@
}, },
"poetry": { "poetry": {
"cli_arguments": ["--experimental-string-processing"], "cli_arguments": ["--experimental-string-processing"],
"expect_formatting_changes": true, "expect_formatting_changes": false,
"git_clone_url": "https://github.com/python-poetry/poetry.git", "git_clone_url": "https://github.com/python-poetry/poetry.git",
"long_checkout": false, "long_checkout": false,
"py_versions": ["all"] "py_versions": ["all"]