New plugins: pep8, autopep8, trial (twisted) and pylint

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2013-06-18 15:46:16 +02:00
commit 8515794096
7 changed files with 146 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# Aliases
alias pylint-quick='pylint --reports=n --include-ids=y'
compdef _pylint-quick pylint-quick='pylint --reports=n --include-ids=y'