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

[ci] #401: Add isort job

isort installed on 3.8 image
parent 61ca87e2
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,13 @@ format: ...@@ -37,6 +37,13 @@ format:
script: script:
- black --check silkaj tests - black --check silkaj tests
isort:
extends:
- .code_changes
stage: checks
script:
- isort --check silkaj tests
.tests: .tests:
extends: .changes extends: .changes
stage: tests stage: tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment