pychecker (for flymake, specifically)
modify install.rb to special case ~/bin
This commit is contained in:
3
bin/pychecker.sh
Executable file
3
bin/pychecker.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
pyflakes $1
|
||||
pep8 --repeat $1
|
Reference in New Issue
Block a user