python-formate / flake8-dunder-all

A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'.
https://flake8-dunder-all.readthedocs.io/en/latest
MIT License
7 stars 2 forks source link

Fix regex error with Flake8 5.0.4 #58

Open AlbertUnruh opened 10 months ago

AlbertUnruh commented 10 months ago

basically a copy of #45, but original repo was deleted/pr closed

also fixes #54 --> breaks old codes as they are now enforced to follow the new pattern to be recognized