ci: explicitly declare pre-commit job (#313)

##### SUMMARY

The pre-commit template does not set the job automatically.
This commit is contained in:
Jonas L 2023-08-25 16:12:47 +02:00 committed by GitHub
parent c56cbab1a0
commit f6c401a019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,9 @@ variables:
default:
image: python:$PYTHON_VERSION
pre-commit:
extends: [.pre-commit]
sanity:
stage: sanity
allow_failure: true