From 4590d0d95322ae5b9a924b19ef609f131a3f3b1f Mon Sep 17 00:00:00 2001 From: Uros Tement Date: Tue, 17 Oct 2023 10:22:49 +0200 Subject: [PATCH] Black --- .github/workflows/black.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 050d43e8..2f10ca45 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Black - continue-on-error: true - uses: psf/black@stable - with: - options: '--check --line-length=120"' + continue-on-error: true + uses: psf/black@stable + with: + options: '--check --line-length=120"'