From 0c9cdb43cdb7f85c7de7637f8c12781fbd347a4d Mon Sep 17 00:00:00 2001 From: micah Date: Sun, 21 Apr 2024 15:43:36 -0700 Subject: [PATCH] Formatting in github actions p2 --- .github/workflows/blackisort.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blackisort.yml b/.github/workflows/blackisort.yml index 04f6cdd8..aca4a853 100644 --- a/.github/workflows/blackisort.yml +++ b/.github/workflows/blackisort.yml @@ -13,7 +13,7 @@ jobs: uses: psf/black@stable with: options: "--check --diff --line-length 79" - version: "~= 23.0" + version: "23.3.0" # https://pycqa.github.io/isort/docs/configuration/github_action.html - name: running isort uses: jamescurtin/isort-action@master