Pinned Loading
Repositories
Showing 10 of 17 repositories
- flake8-dunder-all Public
A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'.
- flake8-missing-annotations Public
Experimental Flake8 plugin to identify missing or incomplete argument annotations.
- flake8-slots Public
A Flake8 plugin to require __slots__ to be defined for subclasses of immutable types.