dotfiles/zsh/.oh-my-zsh_old/plugins/pylint
2020-03-09 15:32:52 +01:00
..
_pylint Fix zsh config inclusion 2020-03-09 15:32:52 +01:00
pylint.plugin.zsh Fix zsh config inclusion 2020-03-09 15:32:52 +01:00
README.md Fix zsh config inclusion 2020-03-09 15:32:52 +01:00

pylint

This plugin adds code analysis for python through Pylint.

To use it, add pylint to the plugins array in your zshrc file:

plugins=(... pylint)

Aliases

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