Skip to content

Commit b162288

Browse files
chore(python): remove .gitignore from templates (googleapis#2160)
* chore(python): remove .gitignore from templates Source-Link: googleapis/synthtool@419d94c Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * remove replacement in owlbot.py --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 22b80bb commit b162288

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:5581906b957284864632cde4e9c51d1cc66b0094990b27e689132fe5cd036046
17-
# created: 2025-03-07
16+
digest: sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb
17+
# created: 2025-04-10T17:00:10.042601326Z

owlbot.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,6 @@
130130
'ALL_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]',
131131
)
132132

133-
134-
# ----------------------------------------------------------------------------
135-
# pytype-related changes
136-
# ----------------------------------------------------------------------------
137-
138-
# Add .pytype to .gitignore
139-
s.replace(".gitignore", r"\.pytest_cache", "\\g<0>\n.pytype")
140-
141133
s.shell.run(["nox", "-s", "blacken"], hide_output=False)
142134
for noxfile in REPO_ROOT.glob("samples/**/noxfile.py"):
143135
s.shell.run(["nox", "-s", "blacken"], cwd=noxfile.parent, hide_output=False)

0 commit comments

Comments
 (0)