A pylint plugin for python-fields. It makes pylint understand what fields are going to be present in the resulting class and what fields are required by the default __init__ method.
- Free software: BSD license
pip install pylint-fields
Add this to your pylint conf:
[MASTER] load-plugins=pylint_fields
https://pylint-fields.readthedocs.org/
To run the all tests run:
tox