ci/cd: fix isort args
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
pictuga 2021-09-08 21:31:42 +02:00
parent 2abe061422
commit e8271ae9a0

View File

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