mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
## Summary Adds `LOG009` from [flake8-logging](https://github.com/adamchainz/flake8-logging). Also adds the boilerplate for a new plugin Checks for usages of undocumented `logging.WARN` constant and suggests replacement with `logging.WARNING`. ## Test Plan `cargo test` with fresh fixture ## Issue links Refers: https://github.com/astral-sh/ruff/issues/7248