ruff
doesn't warn about print("Case " + str(cases) + ": " + str(count))
#13249
hamirmahal
started this conversation in
General
Replies: 1 comment
-
#9785 might be related. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ruff doesn't warn about
but it'd be nice if it emitted a warning and offered an autofix like
Beta Was this translation helpful? Give feedback.
All reactions