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.06k stars 104 forks source link

Fix crash on raise with non-Name value #450

Closed JelleZijlstra closed 8 months ago

JelleZijlstra commented 8 months ago

Fixes #449