black and isort

This commit is contained in:
callebtc
2022-10-05 20:08:45 +02:00
parent 792b4566ee
commit 063d01bbe7
8 changed files with 59 additions and 26 deletions

View File

@@ -28,4 +28,4 @@ jobs:
- name: Check black
run: poetry run black --check .
- name: Check isort
run: poetry run isort --check-only .
run: poetry run isort --profile black --check-only .