[CI] try to add pylint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2024-09-06 20:26:40 +02:00
parent 74fe3c6a58
commit 99d1eb8433

View file

@ -13,9 +13,9 @@ steps:
commands:
- ruff 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