[lint] fix ruff call

This commit is contained in:
kleph 2024-12-01 13:59:44 +01:00
parent 6d89d17939
commit fbf912a730

View file

@ -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