astral-sh / ruff

An extremely fast Python linter and code formatter, written in Rust.
https://docs.astral.sh/ruff
MIT License
30.94k stars 1.02k forks source link

Implement `G200` from `flake8-logging-format` #13046

Open jvacek opened 3 weeks ago

jvacek commented 3 weeks ago

Heya, I noticed that the majority of flake8 logging rules were ported thanks to the work done on here https://github.com/astral-sh/ruff/pull/2150, however I'm still missing G200 and am hoping it can be implemented ✌️

MichaReiser commented 3 weeks ago

Related to https://github.com/astral-sh/ruff/issues/7248