4543852876
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
3 lines
137 B
Bash
3 lines
137 B
Bash
# Aliases
|
|
alias pylint-quick='pylint --reports=n --include-ids=y'
|
|
compdef _pylint-quick pylint-quick='pylint --reports=n --include-ids=y' |