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

[ci] #162: Add isort job

parent 55adbde4
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,14 @@ build:
script:
- poetry build
isort:
extends:
- .code_changes
stage: checks
script:
- poetry install
- poetry run isort --check duniterpy tests examples
type:
extends:
- .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