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

Commit 015bee0

Browse files
committed
switch blacken with format sessions
1 parent b5ee1b1 commit 015bee0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yaml

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

0 commit comments

Comments
 (0)