mirror of https://github.com/interlegis/sapl.git
Marcio Mazza
10 years ago
2 changed files with 8 additions and 1 deletions
@ -0,0 +1,8 @@ |
|||
#!/bin/bash |
|||
|
|||
# QA checks: run this before every commit |
|||
|
|||
./manage.py check |
|||
py.test |
|||
flake8 --exclude='ipython_log.py*,migrations' . |
|||
isort --check-only -rc . |
Loading…
Reference in new issue