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

@ -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