1 2 3 4 5 6 7
#!/bin/bash shopt -s globstar mypy -p pypaste || exit $? flake8 pypaste/**.py || exit $?