ruff
4099b961
- F-strings doesn't contain bytes literal for `PLW0129` (#8675)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#8675 - F-strings doesn't contain bytes literal for `PLW0129`
Author
dhruvmanila
Parents
f7d249ae
Loading