From 99d1eb8433debae2bc2596d0d6dd6b336ea00c09 Mon Sep 17 00:00:00 2001 From: kleph Date: Fri, 6 Sep 2024 20:26:40 +0200 Subject: [PATCH] [CI] try to add pylint --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index d699d85..0005aea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,9 +13,9 @@ steps: commands: - ruff 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