From 5b80149b618518b34ff44124b05c5187c87155ce Mon Sep 17 00:00:00 2001 From: Mayank Patibandla <34776435+mayankpatibandla@users.noreply.github.com> Date: Tue, 19 Mar 2024 01:06:12 -0400 Subject: [PATCH] Update black in workflow --- .github/workflows/lint-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 36360ded..709c5f70 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -23,7 +23,7 @@ jobs: - uses: psf/black@stable with: options: "--line-length=120" - version: "24.2.0" + version: "24.3.0" - uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_message: "Format code with isort and black"