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

[ci] #165: 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 baab6cd0
No related branches found
No related tags found
2 merge requests!157v1.0.0rc0: merge dev into master,!136#135, #162: Introduce mypy, pylint, isort, gitlab-ci pre-commit hooks
Pipeline #12781 waiting for manual action
...@@ -32,7 +32,7 @@ format: ...@@ -32,7 +32,7 @@ format:
- .code_changes - .code_changes
stage: checks stage: checks
script: script:
- make check-format - black --check duniterpy tests examples
build: build:
extends: extends:
...@@ -53,7 +53,7 @@ type: ...@@ -53,7 +53,7 @@ type:
- .code_changes - .code_changes
stage: checks stage: checks
script: script:
- make mypy - mypy duniterpy tests examples --ignore-missing-imports
lint: lint:
extends: extends:
...@@ -61,7 +61,7 @@ lint: ...@@ -61,7 +61,7 @@ lint:
stage: checks stage: checks
tags: [redshift] tags: [redshift]
script: script:
- make pylint - pylint duniterpy tests examples
.tests: .tests:
extends: .changes extends: .changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment