help wantedtype-inference
倉庫指標
- Star
- (47,527 star)
- PR 合併指標
- (平均合併 5天 4小時) (30 天內合併 463 個 PR)
描述
Currently, Ruff uses some hard-coded name "patterns" to determine whether a module-local object might be a logger (for the purposes of e.g. flake8-logging-format G rules).
We've found that we have some loggers called _LOG which aren't matched, and I was disappointed to find that these aren't configurable. Maybe this should be a setting list of regular expressions or globs or something like that?