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

[ci] #162: Add isort job

parent 0724f050
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,14 @@ build: ...@@ -41,6 +41,14 @@ build:
script: script:
- poetry build - poetry build
isort:
extends:
- .code_changes
stage: checks
script:
- poetry install
- poetry run 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.
Finish editing this message first!
Please register or to comment