Last updated:
0 purchases
pylintargs 0.0.5
pylint-kwargs-order
About
pylint-kwargs-order is a Pylint plugin for checking order of the passing keyword arguments to the function.
Installation
To install:
pip install pylint-kwargs-order
Usage
Ensure pylint-kwargs-order is installed and on your path and then execute:
pylint --load-plugins pylint_kwargs_order [..other options..] <path_to_your_sources>
Features
Just checks that the keyword arguments are passed to the function in alphabetical order
Contributing
Issues
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.