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

[ci] #401: Add isort job

isort installed on 3.8 image
parent 3c464f6a
No related branches found
No related tags found
1 merge request!183#355, #401: Introduce isort and gitlab-ci-linter pre-commit hooks
......@@ -37,6 +37,13 @@ format:
script:
- black --check silkaj tests
isort:
extends:
- .code_changes
stage: checks
script:
- isort --check silkaj tests
.tests:
extends: .changes
stage: tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment