Compare commits

...

2 commits
main ... pylint

Author SHA1 Message Date
1feb352e2f [CI] Update ruff command
Some checks failed
continuous-integration/drone/push Build is failing
2024-09-06 20:30:54 +02:00
99d1eb8433 [CI] try to add pylint
Some checks failed
continuous-integration/drone/push Build is failing
2024-09-06 20:26:40 +02:00

View file

@ -11,11 +11,11 @@ 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
# commands: commands:
# - apk add --no-cache py3-pip - apk add --no-cache py3-pip
# - pip3 install -r requirements.txt || true - pip3 install -r requirements.txt || true
# - find . -type f -name "*.py" | xargs pylint - find . -type f -name "*.py" | xargs pylint