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
Branches
Tags
No related merge requests found
...@@ -38,6 +38,13 @@ format: ...@@ -38,6 +38,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