pylint-fields

A pylint plugin for https://github.com/ionelmc/python-fields


License
BSD-3-Clause
Install
pip install pylint-fields==0.2.0

Documentation

pylint-fields

Travis-CI Build Status AppVeyor Build Status Coverage Status PYPI Package PYPI Package Code Quality Status Documentation Status

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

Installation

pip install pylint-fields

Usage

Add this to your pylint conf:

[MASTER]
load-plugins=pylint_fields

Documentation

https://pylint-fields.readthedocs.org/

Development

To run the all tests run:

tox