drone: lint once pylint is installed...
continuous-integration/drone/push Build was killed Details

master
pictuga 2021-12-05 16:29:08 +01:00
parent 25d63f2aee
commit 397bd61374
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ steps:
image: alpine
commands:
- 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]
- isort --check-only --diff .
- pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8
- name: pypy