Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 771 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 771 Bytes

pylint-werkzeug

Build Status Coverage Status

About

pylint-werkzeug is Pylint plugin for improving code analysis when editing code using Werkzeug. Inspired by pylint-django.

Usage

Ensure pylint-werkzeug is installed and on your path, and then run pylint.

pip install pylint-werkzeug
pylint --load-plugins pylint_werkzeug [..your module..]

License

pylint-werkzeug is available under the GPLv2 license.