4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
TESTING=true python -m pytest
|
|
pre-commit run --all-files
|
|
TESTING=true python manage.py makemigrations --check
|