Skip to content
Snippets Groups Projects
Verified Commit 499e42a6 authored by Lars Bilke's avatar Lars Bilke
Browse files

Added py_format job.

parent a66062d8
No related branches found
No related tags found
No related merge requests found
Pipeline #187487 failed
py_format:
extends:
- .python-default
script:
- black --diff --check .
parallel:
matrix:
# format is not required for different py versions
- PYTHON_VERSIONS: 3.10
Subproject commit b11729bcc1f51e550261b258e236e7bf288e05e2
Subproject commit 76e5c37562775c888c7e3e0608c83f42e82985cd
......@@ -42,3 +42,14 @@ py_lint:
PYTHON_VERSIONS: !reference [.python-versions, versions]
allow_failure:
exit_codes: 1
py_format:
before_script:
- !reference [.ci-setup, script]
- cd $PROJECT_ROOT
- !reference [.python-default, before_script]
parallel:
matrix:
- PROJECT_ROOT: "test/python-template"
EXIT_CODE: 0
PYTHON_VERSIONS: 3.10
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