mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
78bf3dd9b2
The flag `--include-ids` is soon to be deprecated for Pylint. This pull request removes that option from pylint-quick
3 lines
106 B
Bash
3 lines
106 B
Bash
# Aliases
|
|
alias pylint-quick='pylint --reports=n'
|
|
compdef _pylint-quick pylint-quick='pylint --reports=n'
|