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

Do not trigger B901 with explicit Generator return type #481

Closed JelleZijlstra closed 6 days ago

JelleZijlstra commented 6 days ago

Fixes #480.