Files
bracket/backend/precommit.sh
2022-12-27 15:39:04 +01:00

9 lines
175 B
Bash
Executable File

#!/bin/bash
set -evo pipefail
black .
dmypy run -- --follow-imports=normal --junit-xml= .
ENVIRONMENT=CI pytest --cov --cov-report=xml .
pylint alembic bracket tests
isort .