astral-sh/ruff

Make logger object name patterns configurable

オープン

#12,613 opened on 2024/08/01

 (6 件のコメント) (3 件のリアクション) (0 人の担当者)Rust (2,088 件のフォーク)batch import
help wantedtype-inference

Repository metrics

Stars
 (47,527 個のスター)
PR merge metrics
 (平均マージ 3d 8h) (30d で 573 merged PRs)

説明

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).

https://github.com/astral-sh/ruff/blob/fc16d8d04d86aa94a8aac14bbb87089b64d443a1/crates/ruff_python_semantic/src/analyze/logging.rs#L60-L74

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?

コントリビューターガイド