This commit is contained in:
parent
74fe3c6a58
commit
99d1eb8433
1 changed files with 6 additions and 6 deletions
12
.drone.yml
12
.drone.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue