diff --git a/.github/workflows/ci-black-formatting.yaml b/.github/workflows/ci-black-formatting.yaml index e0531f6f5b..333bd098e8 100644 --- a/.github/workflows/ci-black-formatting.yaml +++ b/.github/workflows/ci-black-formatting.yaml @@ -47,6 +47,8 @@ jobs: id: ruff run: | uvx ruff check + # It's actually Python 3.6, but ruff only supports 3.7+, but it should do. + uvx ruff check nix/build-all.py --target-version py37 continue-on-error: true - name: Final check