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

sort order of `__all__` #34

Open jugmac00 opened 2 years ago

jugmac00 commented 2 years ago

Hi,

would it be possible to check for an alphabetical sort order of the list items in __all__?