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

[ci] #401: Add isort job

isort installed on 3.8 image
parent 2e9da12d
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,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