[CI] Update ruff command
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2024-09-06 20:29:21 +02:00
parent 99d1eb8433
commit 1feb352e2f

View file

@ -11,7 +11,7 @@ steps:
- name: python lint with ruff
image: pipelinecomponents/ruff
commands:
- ruff py_hypercube.py
- ruff check py_hypercube.py
- name: python lint
image: cytopia/pylint