pylint.plugin.zsh: Remove include-ids=y

The flag `--include-ids` is soon to be deprecated for Pylint. This pull request
removes that option from pylint-quick
This commit is contained in:
Eddie Dunn 2016-02-07 21:31:25 +01:00
parent 5464fe3e4a
commit 78bf3dd9b2
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Aliases
alias pylint-quick='pylint --reports=n --include-ids=y'
compdef _pylint-quick pylint-quick='pylint --reports=n --include-ids=y'
alias pylint-quick='pylint --reports=n'
compdef _pylint-quick pylint-quick='pylint --reports=n'