[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: commands:
- ruff py_hypercube.py - ruff 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