mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-12 18:30:40 +01:00
Merge pull request #4832 from eddie-dunn/master
pylint.plugin.zsh: Remove include-ids=y
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user