From e8271ae9a034f27b226f6cc4a8af41105f9a6a3b 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 .