Closed jugmac00 closed 2 years ago
Thanks for the report @jugmac00. We have an internal sanity check that ensures that the retrieved part of the call argument (in this case the long string) is a valid python code as is, but seems like that was broken for indented multi-line expressions such as implicit string concatenation. I've now fixed it at the refactor, isidentical/refactor#19. And will bump the bundled refactor version at teyit.
Using
pre-commit
, applyingblack
afterteyit
would probably fix this, though.