[lint] fix ruff call
This commit is contained in:
parent
6d89d17939
commit
fbf912a730
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ steps:
|
||||||
- name: python lint with ruff
|
- name: python lint with ruff
|
||||||
image: pipelinecomponents/ruff
|
image: pipelinecomponents/ruff
|
||||||
commands:
|
commands:
|
||||||
- ruff .
|
- ruff check
|
||||||
|
|
||||||
- name: python lint
|
- name: python lint
|
||||||
image: cytopia/pylint
|
image: cytopia/pylint
|
||||||
|
|
Loading…
Reference in a new issue