Skip to content
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

spaces added in f-strings #224

Closed
jbloom opened this issue Apr 11, 2024 · 1 comment
Closed

spaces added in f-strings #224

jbloom opened this issue Apr 11, 2024 · 1 comment

Comments

@jbloom
Copy link

jbloom commented Apr 11, 2024

snakefmt 0.10.0 re-formats f-strings that are originally like this:

print(f"{x=}")

to be like this:

print(f"{x =}")

I don't think this is intended, is it?

@mbhall88
Copy link
Member

This is essentially a duplicate of #220. I'll close this in favour of that issue and you can follow along there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants