Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
1feb352e2f | |||
99d1eb8433 |
1 changed files with 7 additions and 7 deletions
14
.drone.yml
14
.drone.yml
|
@ -11,11 +11,11 @@ steps:
|
||||||
- name: python lint with ruff
|
- name: python lint with ruff
|
||||||
image: pipelinecomponents/ruff
|
image: pipelinecomponents/ruff
|
||||||
commands:
|
commands:
|
||||||
- ruff 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