From d19b551403e84e78d850afcf72a1704922a20ac8 Mon Sep 17 00:00:00 2001 From: William Luke Date: Mon, 28 Feb 2022 16:39:45 +0300 Subject: [PATCH] ci: fix pylint --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d01d864..4296c74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: # Install dependencies - pip install poetry - poetry install - - poetry run pylint + - poetry run pylint cic_utils - poetry run pytest environment: LOGLEVEL: info