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