Pinned Loading
Repositories
Showing 10 of 17 repositories
- flake8-sphinx-links Public
A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation.
- flake8-dunder-all Public
A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'.
- flake8-slots Public
A Flake8 plugin to require __slots__ to be defined for subclasses of immutable types.