From 4fd0994bc445858bba83b2e9e5d3fcb3c4a83120 Mon Sep 17 00:00:00 2001 From: Patrick Armstrong Date: Wed, 31 Jul 2024 01:48:19 -0500 Subject: [PATCH] black linter action --- .github/workflows/black-formatter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black-formatter.yml b/.github/workflows/black-formatter.yml index bc51abbb..d9cdd1cd 100644 --- a/.github/workflows/black-formatter.yml +++ b/.github/workflows/black-formatter.yml @@ -15,5 +15,5 @@ jobs: - uses: actions/checkout@v3 - uses: psf/black@stable with: - options: "--check --verbose" + options: "--check --verbose --diff" version: "~= 22.0"