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

Commit 3d32f50

Browse files
authored
Remove replacement in owlbot.py
1 parent 1c0e949 commit 3d32f50

2 files changed

Lines changed: 0 additions & 27 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ pip-log.txt
3030
.cache
3131
.pytest_cache
3232
.pytype
33-
.pytype
3433

3534

3635
# Mac
@@ -65,4 +64,3 @@ system_tests/local_test_setup
6564
pylintrc
6665
pylintrc.test
6766
.make/**
68-
.make/**

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)