-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F523 should not be marked as always-fixable #4865
Comments
I believe this is a known issue in LibCST (that we filed): Instagram/LibCST#846. Going to close since we're mostly just waiting for it to be resolved upstream. |
Hm, okay. I will need to filter out this particular case in the fuzzers (to prevent the panic induced in code I didn't write 😅). |
Gahhh haha sorry! That error is caught and handled, right? It doesn't actually panic, does it? It's supposed to be handled and logged to the user. |
Yes, but when using the test suite functions, this panics (it is marked as always-fixable). |
Oh, we should change it to "sometimes". |
So, should we reopen with different title? |
I'll just fix it real quick. |
It is possible to split a format invocation across multiple lines:
This makes ruff a bit mad:
Discovered by #4822.
The text was updated successfully, but these errors were encountered: