From 18330e99fd69f263e1f2767ff42e2b84764318ef Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Fri, 17 Nov 2023 00:33:39 +0100 Subject: [PATCH] fixup! ci: Add a Python code formatting job --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 72defd301..9d30f1202 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -313,7 +313,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v4 - - run: pip install black==23.9.1 + - run: pip install black==23.11.0 - run: black --check --diff . concurrency: