Skip to main content

A Pylint plugin to help it understand MongoEngine

Project description

Pylint-mongoengine is a pylint plugin for mongoengine and mongomotor. Inspired by the pylint-django plugin.

Install

Install it using pip:

   $ pip install pylint-mongoengine

Usage

From the command line use the --load-plugins parameter:

   $ pylint --load-plugins=pylint_mongoengine mycode/

or add load-plugins=pylint_mongoengine to your pylintrc file

How to use in VS-Code:

Open the Command Palette (⇧⌘P), then type Preferences: Configure Language Specific Settings, select Python and add the following code:

"python.linting.pylintArgs": [
  "--load-plugins=pylint_mongoengine"
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylint-mongoengine-0.5.0.tar.gz (17.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page