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

[ci] #177: Sort check jobs alphabetically

parent 2c5f935e
Branches
Tags
2 merge requests!157v1.0.0rc0: merge dev into master,!153#177: Run checks with pre-commit
......@@ -27,29 +27,23 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
- Makefile
- pyproject.toml
format:
extends: .code_changes
stage: checks
script:
- black --check duniterpy tests examples
build:
extends: .changes
stage: checks
script:
- poetry build
isort:
format:
extends: .code_changes
stage: checks
script:
- isort --check duniterpy tests examples
- black --check duniterpy tests examples
type:
isort:
extends: .code_changes
stage: checks
script:
- mypy --install-types --non-interactive duniterpy tests examples
- isort --check duniterpy tests examples
lint:
extends: .code_changes
......@@ -58,6 +52,12 @@ lint:
script:
- pylint duniterpy tests examples
type:
extends: .code_changes
stage: checks
script:
- mypy --install-types --non-interactive duniterpy tests examples
.tests:
extends: .changes
stage: tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment