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: commands:
- ruff check 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