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 .