diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c533bb..75c4029 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - name: "Install black" run: pip install black - name: "Check source code is formatted with Black" - run: black --check . + run: black --check --diff . isort-check: name: "Check source is formatted with isort" runs-on: ubuntu-22.04