flake8-bugbear
https://pypi.org/project/flake8-bugbear/
A plugin for flake8 finding likely bugs and design problems in your program.
https://github.com/PyCQA/flake8-bugbear
ルール興味深い
B005 マルチバイト文字列のstrip()に警告を出す(TODO)
B012: Use of break, continue or return inside finally blocks will silence exceptions or override return values from the try or except blocks.
astpretty