2
0
Fork 0

ci: fix missing dependency for isort
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2024-05-03 22:10:13 +02:00
parent 5ac11e16e8
commit fdc74bbf9e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ steps:
- name: check style
image: python:3.12-alpine
commands:
- apk add --no-cache git # required by isort to skip files in .gitignore
- pip install black isort
- black --check .
- isort -c .