Files
bracket/backend/precommit.sh
2022-12-11 17:55:11 +01:00

9 lines
152 B
Bash
Executable File

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