gitlab-ci: Make passing mypy checks mandatory

- There are no more checks that are failing.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2023-09-23 17:39:30 -07:00 committed by James Valleroy
parent 2dd00a8f08
commit a86a86d605
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -20,7 +20,6 @@ code-quality:
static-type-check:
stage: test
allow_failure: true
needs: []
before_script:
- apt-get update