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 rst check #458

Closed r-downing closed 5 months ago

r-downing commented 5 months ago

Converted the RST check from gh action to pre-commit check. This way it will run locally on commit, and in the pre-commit job alongside all the other checks