drone: lint once pylint is installed...
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
25d63f2aee
commit
397bd61374
|
@ -6,8 +6,8 @@ steps:
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache python3 py3-lxml py3-pip py3-wheel py3-enchant hunspell-en
|
- apk add --no-cache python3 py3-lxml py3-pip py3-wheel py3-enchant hunspell-en
|
||||||
- isort --check-only --diff .
|
|
||||||
- pip3 install --no-cache-dir .[full] .[dev]
|
- pip3 install --no-cache-dir .[full] .[dev]
|
||||||
|
- isort --check-only --diff .
|
||||||
- pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8
|
- pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8
|
||||||
|
|
||||||
- name: pypy
|
- name: pypy
|
||||||
|
|
Loading…
Reference in New Issue