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
|
image: $PRE_COMMIT_IMAGE
|
||||||
script:
|
script:
|
||||||
- pre-commit run --all-files --color always --show-diff-on-failure
|
- pre-commit run --all-files --color always --show-diff-on-failure
|
||||||
|
needs: []
|
||||||
|
|
||||||
missing_migrations:
|
missing_migrations:
|
||||||
<<: *tests
|
<<: *tests
|
||||||
|
|
Reference in a new issue