FG42/conf/bin/pyemacs.sh

8 lines
101 B
Bash
Raw Normal View History

2011-07-22 14:48:30 +01:00
#!/bin/bash
epylint "$1" 2>/dev/null
pyflakes "$1"
pep8 --ignore=E221,E701,E202 --repeat "$1"
true