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