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

[ci] #162: Add isort job

isort is installed on 3.8 image
parent 9f4dfaa8
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,13 @@ build: ...@@ -41,6 +41,13 @@ build:
script: script:
- poetry build - poetry build
isort:
extends:
- .code_changes
stage: checks
script:
- isort --check duniterpy tests examples
type: type:
extends: extends:
- .code_changes - .code_changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment