This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
home/.oh-my-zsh/plugins/pylint/pylint.plugin.zsh

4 lines
106 B
Bash

# Aliases
alias pylint-quick='pylint --reports=n'
compdef _pylint-quick pylint-quick='pylint --reports=n'