ci/cd: fix isort args
continuous-integration/drone/push Build is passing Details

pictuga 2021-09-08 21:31:42 +02:00
parent 2abe061422
commit e8271ae9a0
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ steps:
image: python:alpine
commands:
- pip install isort
- isort --check-only --diff --recursive .
- isort --check-only --diff .