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

B035: Fix false positive when named expressions are used (#429) #430

Closed Daverball closed 10 months ago

Daverball commented 10 months ago

Fixes #429

cooperlees commented 10 months ago

Very nice, thanks. This is indeed something that didn't cross my mind at all ... I'll cut a release later today to avoid others hitting this.