Skip to content

ionelmc/pylint-fields

Repository files navigation

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

About

Pylint plugin for python-fields

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages