Pinned Repositories
astatine
Some handy helper functions for Python's AST module.
flake8-dunder-all
A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'.
flake8-encodings
A Flake8 plugin to identify incorrect use of encodings.
flake8-github-actions
GitHub Actions integration for flake8.
flake8-missing-annotations
Experimental Flake8 plugin to identify missing or incomplete argument annotations.
flake8-slots
A Flake8 plugin to require __slots__ to be defined for subclasses of immutable types.
flake8_strftime
A flake8 plugin which checks for use of platform specific strftime codes.
formate
Python formatting mate.
formate-black
Use black with formate.
snippet-fmt
Format and validate code snippets in reStructuredText files.
formate's Repositories
python-formate/flake8-dunder-all
A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'.
python-formate/flake8-encodings
A Flake8 plugin to identify incorrect use of encodings.
python-formate/formate
Python formatting mate.
python-formate/flake8-slots
A Flake8 plugin to require __slots__ to be defined for subclasses of immutable types.
python-formate/formate-black
Use black with formate.
python-formate/flake8_strftime
A flake8 plugin which checks for use of platform specific strftime codes.
python-formate/flake8-github-actions
GitHub Actions integration for flake8.
python-formate/flake8-missing-annotations
Experimental Flake8 plugin to identify missing or incomplete argument annotations.
python-formate/flake8-sphinx-links
A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation.
python-formate/astatine
Some handy helper functions for Python's AST module.
python-formate/snippet-fmt
Format and validate code snippets in reStructuredText files.
python-formate/.github
python-formate/assets
Branding assets for formate
python-formate/contributing
Contributing guide for projects in the python-formate organization
python-formate/flake8-helper
A helper library for Flake8 plugins.
python-formate/flake8-prettycount
Wrapper around flake8 providing a formatted count at the end.
python-formate/flake8-unused-arguments
Flake8 plugin to warn against unused arguments in functions