Make precommit start sooner

This commit is contained in:
Gabriel Augendre 2020-12-26 17:24:37 +01:00
parent 3eb6a07ece
commit d061acc6c2
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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