From d1590e771391162df35e46d8e44f40038ed86bcc Mon Sep 17 00:00:00 2001 From: SpectralVectors Date: Mon, 2 Sep 2024 22:41:17 -0400 Subject: [PATCH] Update black.yml --- .github/workflows/black.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 8c09df9..6159b82 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -9,6 +9,5 @@ jobs: - uses: actions/checkout@v4 - uses: psf/black@stable with: - options: "--check --verbose --exclude" - src: "./src" + options: "--verbose" version: "~= 22.0"