Skip to content

Commit 25b45cd

Browse files
chore(python): remove .gitignore from templates (#1036)
* chore(python): remove .gitignore from templates Source-Link: googleapis/synthtool@419d94c Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb * Remove replacement in owlbot.py --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 1691f66 commit 25b45cd

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

packages/google-cloud-firestore/.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:023a21377a2a00008057f99f0118edadc30a19d1636a3fee47189ebec2f3921c
17-
# created: 2025-03-31T16:51:40.130756953Z
16+
digest: sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb
17+
# created: 2025-04-10T17:00:10.042601326Z

packages/google-cloud-firestore/owlbot.py

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -239,31 +239,6 @@ def system_emulated(session):
239239
system_test""",
240240
)
241241

242-
# Add pytype support
243-
s.replace(
244-
".gitignore",
245-
"""\
246-
.pytest_cache
247-
""",
248-
"""\
249-
.pytest_cache
250-
.pytype
251-
""",
252-
)
253-
254-
s.replace(
255-
".gitignore",
256-
"""\
257-
pylintrc
258-
pylintrc.test
259-
""",
260-
"""\
261-
pylintrc
262-
pylintrc.test
263-
.make/**
264-
""",
265-
)
266-
267242
s.replace(
268243
"noxfile.py",
269244
"""\

0 commit comments

Comments
 (0)