ruff
4099b961 - F-strings doesn't contain bytes literal for `PLW0129` (#8675)

Commit
2 years ago
F-strings doesn't contain bytes literal for `PLW0129` (#8675) For the `PLW0129` rule, the f-string case shouldn't match against bytes literal as f-strings cannot contain them. F-strings are made up of either string literals or formatted expressions.
Author
Parents
Loading