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

[pre-commit.ci] pre-commit autoupdate #409

Closed pre-commit-ci[bot] closed 10 months ago

pre-commit-ci[bot] commented 10 months ago

updates:

JelleZijlstra commented 10 months ago

We need to adjust a bunch of hardcoded line numbers in the tests...

cooperlees commented 10 months ago

I'm not a fan of this change :( I need to go read why we (black) did it. I'm tempted to turn off the auto formatting here like I did for bandersnatch ...