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

@ -13,9 +13,9 @@ steps:
commands:
- ruff check py_hypercube.py
- name: python lint
image: cytopia/pylint
commands:
- apk add --no-cache py3-pip
- pip3 install -r requirements.txt || true
- find . -type f -name "*.py" | xargs pylint
#- name: python lint
# image: cytopia/pylint
# commands:
# - apk add --no-cache py3-pip
# - pip3 install -r requirements.txt || true
# - find . -type f -name "*.py" | xargs pylint