From 9d78d8e613b186f02f9dad41f2f837eea3fca51a Mon Sep 17 00:00:00 2001 From: ll7 <32880741+ll7@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:45:43 +0100 Subject: [PATCH] Update Black formatter image to version 25.11.0 in CI workflows --- .github/workflows/format.yml | 2 +- build/docker-compose.linter.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 3bab28380..f0fe26773 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -21,6 +21,6 @@ jobs: - name: Run the python formatter uses: addnab/docker-run-action@v3 with: - image: pyfound/black + image: pyfound/black:25.11.0 options: -v ${{ github.workspace}}:/apps run: black --check ./apps/ diff --git a/build/docker-compose.linter.yaml b/build/docker-compose.linter.yaml index d184141de..18ecabe04 100644 --- a/build/docker-compose.linter.yaml +++ b/build/docker-compose.linter.yaml @@ -6,7 +6,7 @@ services: - ../:/apps black: - image: pyfound/black + image: pyfound/black:25.11.0 command: black --check ./apps/ volumes: - ../:/apps @@ -15,4 +15,4 @@ services: image: peterdavehello/markdownlint:0.32.2 command: markdownlint . volumes: - - ../:/md \ No newline at end of file + - ../:/md