From 6f171e081254d624cb0e573566ece588148aa9dc Mon Sep 17 00:00:00 2001 From: Anthony Cui <35975809+AC-Dap@users.noreply.github.com> Date: Sun, 8 Oct 2023 15:23:06 -0400 Subject: [PATCH] Update black-code-formatter.yml --- .github/workflows/black-code-formatter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/black-code-formatter.yml b/.github/workflows/black-code-formatter.yml index a677f75e4..c7d05ddda 100644 --- a/.github/workflows/black-code-formatter.yml +++ b/.github/workflows/black-code-formatter.yml @@ -36,6 +36,7 @@ jobs: - name: Lint files uses: psf/black@stable with: + options: "--diff --color" src: "./ersilia" - name: Commit lint uses: stefanzweifel/git-auto-commit-action@v5