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

Use pypa/build to build the package #404

Closed tomasr8 closed 11 months ago

tomasr8 commented 11 months ago

Closes #390

Not sure if you wanted to do this yourself, but it's a relatively small change. FWIW, I ran the workflow locally with act and it seemed fine

Cheers :)