logicp 6b0dab6939 initial | преди 6 години | |
---|---|---|
.. | ||
README.md | преди 6 години | |
_pylint | преди 6 години | |
pylint.plugin.zsh | преди 6 години |
This plugin adds code analysis for python through Pylint.
To use it, add pylint
to the plugins array in your zshrc file:
plugins=(... pylint)
Alias | Command | Description |
---|---|---|
pylint-quick | pylint --reports=n |
Displays a set of reports each one focusing on a particular aspect of the project, default set no for multiple reports |