Introducing flake8-logging
https://adamj.eu/tech/2023/09/07/introducing-flake8-logging/
flake8-logging
Python使いにloggingは難しいというのが持論だが、リンターがあるべき使い方へと導いてくれる印象
(Logging HOWTO)
LOG001 use logging.getLogger() to instantiate loggers
LOG011 avoid pre-formatting log messages
f文字列使わない
LOG005 use exception() within an exception handler
知らなかった