From 6816be8e2e90fb490b0d386b7fa88bc6d04c3d52 Mon Sep 17 00:00:00 2001 From: Jesse Y Lin Date: Mon, 24 Jul 2023 17:27:45 +0200 Subject: [PATCH] ci: change black options --- .github/workflows/format.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index c633b69..57159ef 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -13,6 +13,8 @@ jobs: uses: actions/checkout@v3 - name: Run Black python formatter uses: psf/black@stable + with: + options: "--check --verbose" - name: Run isort import sorter uses: isort/isort-action@v1 prettier: