b88c922
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash set -x mypy app black app --check isort --recursive --check-only app flake8