Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:5581906b957284864632cde4e9c51d1cc66b0094990b27e689132fe5cd036046
# created: 2025-03-05
digest: sha256:ecf409a43d8b157fb83c403de4d83e3da7d88e423044410c0e2434bf776221d1
# created: 2025-04-10T16:21:41.67162455Z
7 changes: 0 additions & 7 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ def place_before(path, text, *before_text, escape=None):
'pass_down_envvars+=(\n "ENVIRONMENT"\n "RUNTIME"',
)

# don't lint environment tests
s.replace(
".flake8",
"exclude =",
"exclude =\n # Exclude environment test code.\n tests/environment/**\n",
)

# use conventional commits for renovate bot
s.replace(
"renovate.json",
Expand Down