ruff
[`flake8-logging-format`] Add auto-fix for f-string logging calls (`G004`)
#19303
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
6
Changes
View On
GitHub
Commits
feat: add auto-fix for f-string logging statements
hamirmahal
committed
124 days ago
style: space before `fn logging_f_string`
hamirmahal
committed
124 days ago
refactor: reuse `args` vector instead of cloning
hamirmahal
committed
124 days ago
refactor: remove unnecessary `.to_string()` call
hamirmahal
committed
124 days ago
refactor: replace `Vec<String>` with `Vec<&str>`
hamirmahal
committed
124 days ago
address remaining pull request feedback
hamirmahal
committed
124 days ago
Loading