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 --extra-index-url=https://pypi.poraodojuca.dev
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
Release history Release notifications | RSS feed
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.6.0.tar.gz
(17.5 kB
view details)
File details
Details for the file pylint_mongoengine-0.6.0.tar.gz
.
File metadata
- Download URL: pylint_mongoengine-0.6.0.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd489928a1243fcb67abf960b954f87fd1a107c35168c4a5ab797d40ac7f3105 |
|
MD5 | 1b67fda09626621704d8af02e74de425 |
|
BLAKE2b-256 | e0e19cb5afa9f420254a4d13a538786bef11581efe34785e18434088ee39b0ef |