PyCQA / flake8-bugbear

A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
MIT License
1.05k stars 103 forks source link

make B017 also apply to BaseException #439

Closed r-downing closed 6 months ago

r-downing commented 6 months ago

on the subject of BaseException I thought it might make sense for this assertRaises check to apply to that as well