Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit b5ee1b1

Browse files
committed
run mypy after formatting
1 parent 24eb034 commit b5ee1b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)