4 lines
41 B
Bash
4 lines
41 B
Bash
|
#!/bin/bash
|
||
|
pyflakes $1
|
||
|
pep8 --repeat $1
|