This repository was archived by the owner on Mar 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -407,11 +407,11 @@ jobs:
407407 python -m pip install nox
408408 - name : Run blacken and lint on the generated output.
409409 run : |
410- nox -f tests/integration/goldens/asset/noxfile.py -s mypy-${{ env.LATEST_STABLE_PYTHON }} blacken lint
411- nox -f tests/integration/goldens/credentials/noxfile.py -s mypy-${{ env.LATEST_STABLE_PYTHON }} blacken lint
412- nox -f tests/integration/goldens/eventarc/noxfile.py -s mypy-${{ env.LATEST_STABLE_PYTHON }} blacken lint
413- nox -f tests/integration/goldens/logging/noxfile.py -s mypy-${{ env.LATEST_STABLE_PYTHON }} blacken lint
414- nox -f tests/integration/goldens/redis/noxfile.py -s mypy-${{ env.LATEST_STABLE_PYTHON }} blacken lint
410+ nox -f tests/integration/goldens/asset/noxfile.py -s blacken lint mypy-${{ env.LATEST_STABLE_PYTHON }}
411+ nox -f tests/integration/goldens/credentials/noxfile.py -s blacken lint mypy-${{ env.LATEST_STABLE_PYTHON }}
412+ nox -f tests/integration/goldens/eventarc/noxfile.py -s blacken lint mypy-${{ env.LATEST_STABLE_PYTHON }}
413+ nox -f tests/integration/goldens/logging/noxfile.py -s blacken lint mypy-${{ env.LATEST_STABLE_PYTHON }}
414+ nox -f tests/integration/goldens/redis/noxfile.py -s blacken lint mypy-${{ env.LATEST_STABLE_PYTHON }}
415415 goldens-unit :
416416 runs-on : ubuntu-latest
417417 steps :
You can’t perform that action at this time.
0 commit comments