78bf3dd9b2
The flag `--include-ids` is soon to be deprecated for Pylint. This pull request removes that option from pylint-quick
4 lines
106 B
Bash
4 lines
106 B
Bash
# Aliases
|
|
alias pylint-quick='pylint --reports=n'
|
|
compdef _pylint-quick pylint-quick='pylint --reports=n'
|