0.1.0 • Published 10 years ago

linter-pep257 v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

linter-pep257

A Linter plugin to lint Python docstrings according to the semantics and conventions spec'd in pep257.

Installation

  1. If Linter is not already installed, follow the linter installation instructions.

  2. Install python package pep257.

    Execute in a terminal:

    pip install pep257
  3. Install plugin.

    Execute:

    apm install linter-pep257

Configuration

settingvalues
Error codes to ignore (comma separated)Example: D100,D101 - all available error codes
Path to executable pep257 cmdDefault: pep257

If using python version management, like pyenv, the path configuration will need to be set. For pyenv, the path for pep257 is discoverable by executing:

pyenv which pep257

Donation

Share the love!

donate-paypal

Donate Bitcoins

0.1.0

10 years ago