From d470f3fe832ef7a809baecab5d9af5c69c8c3b14 Mon Sep 17 00:00:00 2001 From: SpectralVectors Date: Mon, 2 Sep 2024 22:34:18 -0400 Subject: [PATCH] Update black.yml --- .github/workflows/black.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 81e6a94..d37b5d6 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -8,3 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: psf/black@stable + with: + options: "--check --verbose" + src: "./src" + version: "~= 22.0"