Skip to content
Snippets Groups Projects
Commit baab6cd0 authored by Moul's avatar Moul
Browse files

[ci] Run lint job with pylint from the image

Disable E0401 (import-error) which checks for run time dependencies
not found outside of Poetry virtual environment

Move lint job to 'checks' stage since it's going faster without
dev dependencies installation
parent 5a32d9c1
Branches
No related tags found
2 merge requests!157v1.0.0rc0: merge dev into master,!136#135, #162: Introduce mypy, pylint, isort, gitlab-ci pre-commit hooks
......@@ -58,10 +58,9 @@ type:
lint:
extends:
- .code_changes
stage: tests
stage: checks
tags: [redshift]
script:
- poetry install
- make pylint
.tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment