]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/pylint/README.md
31710d8a27f128f85418bfca2b73236375f11510
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / pylint / README.md
1 # pylint
2
3 This plugin adds aliases and autocompletion for [Pylint](https://www.pylint.org/),
4 the Python code style checking tool.
5
6 To use it, add `pylint` to the plugins array in your zshrc file:
7
8 ```zsh
9 plugins=(... pylint)
10 ```
11
12 ## Aliases
13
14 | Alias        | Command              | Description                                                                                                              |
15 | -------------| -------------------- | -------------------------------------------------------------------------------------------------------------------------|
16 | 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 |