Pylint addon to store lint exceptions in a patchfile.
Project description
Pylint addon to store lint exceptions in a patchfile.
Overview
Pylint can be a bit noisy with false positives. By default, these can be ignored by:
Disabling warnings inline (littering your code with “# pylint: disable=” pragmas)
Disabling warnings globally (causing real problems to be missed)
Accepting a low Pylint score
Pylint Patcher provides another solution:
Individual lint exceptions are stored in a patchfile (.pylint-disable.patch)
The patchfile is applied to the source before Pylint is run
The patchfile is removed from the source after Pylint completes
Installation
pip install pylint-patcher
Usage
Running Pylint Patcher
Pylint Patcher is run in exactly the same manner as Pylint. It accepts all the same arguments:
pylint-patcher path/to/package_or_module
This applies the patchfile (if it exists), runs Pylint, then removes the patchfile.
For more details, use the --help option.
Creating a Patchfile
The easiest way to create and maintain a patchfile is to use the pylint-patcher-gui tool:
pylint-patcher-gui
This runs a modified version of pylint-gui, allowing Pylint warnings to be added to the patchfile:
Open a module or package, and click Run.
Once the lint completes, double-click the warnings in the bottom pane to show them in the source pane.
If a warning is invalid, right-click it and select Add to ignore patchfile.
Once you’re finished, click Run again, and confirm that the warnings have been disabled.
Development
All development takes place at the Pylint Patcher GitHub site. Further information about Pylint can be found at the Pylint Bitbucket site.
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
File details
Details for the file pylint-patcher-0.3.2.tar.gz
.
File metadata
- Download URL: pylint-patcher-0.3.2.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abd47a1a6075f25b02bc44a478ff6b560fd9b10951fefa643ea46de98852269f |
|
MD5 | b096c255828ac61c63c4a001a35ce705 |
|
BLAKE2b-256 | 03a2a80711b4bfb3624bc0a7ad9172eb0666f7939903f57ec8ada7e51172ca3a |