majuna/scripts/quicktest.sh

9 lines
67 B
Bash
Executable file

#!/bin/sh
set -e
bandit -r app
flake8 app
mypy app
pytest tests