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

[ci] Run checks by calling directly the tools without the makefile

Without 'poetry run', which uses the tools installed on the image
To get rid of the makefile
parent 1457ec10
Branches
Tags
No related merge requests found
Pipeline #12334 passed
......@@ -32,7 +32,7 @@ format:
- .code_changes
stage: checks
script:
- make check-format
- black --check duniterpy tests examples
build:
extends:
......@@ -54,7 +54,7 @@ type:
- .code_changes
stage: checks
script:
- make mypy
- mypy duniterpy tests examples --ignore-missing-imports
lint:
extends:
......@@ -62,7 +62,7 @@ lint:
stage: checks
tags: [redshift]
script:
- make pylint
- pylint duniterpy tests examples
.tests:
extends: .changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment