From edbb580f33695375457b117ab8dadf06ee3f8fce Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 8 Sep 2021 21:31:42 +0200 Subject: [PATCH] ci/cd: fix isort args --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 318fb87..bda56d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,4 @@ steps: image: python:alpine commands: - pip install isort - - isort --check-only --diff --recursive . + - isort --check-only --diff .