Make precommit start sooner
This commit is contained in:
parent
3eb6a07ece
commit
d061acc6c2
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ pre_commit:
|
|||
image: $PRE_COMMIT_IMAGE
|
||||
script:
|
||||
- pre-commit run --all-files --color always --show-diff-on-failure
|
||||
needs: []
|
||||
|
||||
missing_migrations:
|
||||
<<: *tests
|
||||
|
|
Reference in a new issue