This repository was archived by the owner on Mar 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -405,13 +405,13 @@ jobs:
405405 - name : Install nox.
406406 run : |
407407 python -m pip install nox
408- - name : Run blacken and lint on the generated output.
408+ - name : Run format, lint, and mypy on the generated output.
409409 run : |
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 }}
410+ nox -f tests/integration/goldens/asset/noxfile.py -s format lint mypy-${{ env.LATEST_STABLE_PYTHON }}
411+ nox -f tests/integration/goldens/credentials/noxfile.py -s format lint mypy-${{ env.LATEST_STABLE_PYTHON }}
412+ nox -f tests/integration/goldens/eventarc/noxfile.py -s format lint mypy-${{ env.LATEST_STABLE_PYTHON }}
413+ nox -f tests/integration/goldens/logging/noxfile.py -s format lint mypy-${{ env.LATEST_STABLE_PYTHON }}
414+ nox -f tests/integration/goldens/redis/noxfile.py -s format 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