dotfiles/zsh/.oh-my-zsh/plugins/pylint/pylint.plugin.zsh

4 lines
106 B
Bash
Raw Normal View History

2020-01-22 17:37:20 +01:00
# Aliases
alias pylint-quick='pylint --reports=n'
compdef _pylint-quick pylint-quick='pylint --reports=n'