Commit 78bf3dd9 authored by Eddie Dunn's avatar Eddie Dunn
Browse files

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
parent 5464fe3e
# Aliases # Aliases
alias pylint-quick='pylint --reports=n --include-ids=y' alias pylint-quick='pylint --reports=n'
compdef _pylint-quick pylint-quick='pylint --reports=n --include-ids=y' compdef _pylint-quick pylint-quick='pylint --reports=n'
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment