[CI] Update ruff command
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2024-09-06 20:29:21 +02:00
parent 74fe3c6a58
commit 5147a17a0b

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