Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
5147a17a0b |
1 changed files with 6 additions and 6 deletions
12
.drone.yml
12
.drone.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue