Newer
Older
zsh_settings / .zsh_plugins / pylint / pylint.plugin.zsh
@aoi1049 aoi1049 on 5 Feb 2019 137 bytes first commit.
# Aliases
alias pylint-quick='pylint --reports=n --include-ids=y'
compdef _pylint-quick pylint-quick='pylint --reports=n --include-ids=y'