Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
1feb352e2f | |||
99d1eb8433 |
1 changed files with 6 additions and 6 deletions
12
.drone.yml
12
.drone.yml
|
@ -13,9 +13,9 @@ steps:
|
|||
commands:
|
||||
- ruff check py_hypercube.py
|
||||
|
||||
#- name: python lint
|
||||
# image: cytopia/pylint
|
||||
# commands:
|
||||
# - apk add --no-cache py3-pip
|
||||
# - pip3 install -r requirements.txt || true
|
||||
# - find . -type f -name "*.py" | xargs pylint
|
||||
- name: python lint
|
||||
image: cytopia/pylint
|
||||
commands:
|
||||
- apk add --no-cache py3-pip
|
||||
- pip3 install -r requirements.txt || true
|
||||
- find . -type f -name "*.py" | xargs pylint
|
||||
|
|
Loading…
Reference in a new issue