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

Super aggressive mode ? #166

Open
Nodd opened this issue Mar 2, 2023 · 0 comments
Open

Super aggressive mode ? #166

Nodd opened this issue Mar 2, 2023 · 0 comments

Comments

@Nodd
Copy link

Nodd commented Mar 2, 2023

Hello,
First of all thanks for the awesome tool! Would you consider adding a super aggressive mode ?
I understand the potential problems about %d in #59. The workaround works fine, but in my codebase %d (or %i) is not used to convert the value, but just because the value to be stringified is an int. So in my case I have no need to add calls to int() and I'd like to simply have f"{my_int}" instead of f"{int(my_int)".
This behavior could be added as a super aggressive mode -aa, or -ti for --transform-ints.

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

1 participant