From 22b5db8a1e4a6258174d140caba4363c6ca862e4 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 12 May 2025 12:01:45 +0500 Subject: [PATCH] ci-black-formatting - print diff --- .github/workflows/ci-black-formatting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-black-formatting.yaml b/.github/workflows/ci-black-formatting.yaml index 4dd9672c35..9ed5482ef9 100644 --- a/.github/workflows/ci-black-formatting.yaml +++ b/.github/workflows/ci-black-formatting.yaml @@ -37,7 +37,7 @@ jobs: - name: Black formatter id: linting run: | - python3 -m black --check . + python3 -m black --diff --check . continue-on-error: true - name: Final check