lint added

This commit is contained in:
Egor Matveev 2021-11-06 13:17:37 +03:00
parent 3984829ccc
commit 00ef0abe80

View File

@ -1,5 +1,4 @@
stages:
- lint
- build
- deploy-dev
- deploy-prod
@ -8,13 +7,6 @@ variables:
SOLUTIONS_ROOT_EXTERNAL: "/sprint-data/data/solutions"
DB_HOST: "postgres"
lint:
stage: lint
tags:
- main
script:
- mypy --ignore-missing-imports .
build:
stage: build
tags: