FG42/conf/bin/pyemacs.sh

8 lines
101 B
Bash
Executable File

#!/bin/bash
epylint "$1" 2>/dev/null
pyflakes "$1"
pep8 --ignore=E221,E701,E202 --repeat "$1"
true