Compare commits

...

1 commit
pylint ... main

Author SHA1 Message Date
5147a17a0b [CI] Update ruff command
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-06 20:29:21 +02:00

View file

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