[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
|
||||
image: pipelinecomponents/ruff
|
||||
commands:
|
||||
- ruff .
|
||||
- ruff check
|
||||
|
||||
- name: python lint
|
||||
image: cytopia/pylint
|
||||
|
|
Loading…
Reference in a new issue