341b34f8fa
This reverts commit 537a63d601
.
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'
|