ci/cd: fix isort args

master
pictuga 2021-09-08 21:31:42 +02:00
parent 4fd730b983
commit edbb580f33
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 .