mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
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:
parent
5464fe3e4a
commit
78bf3dd9b2
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue