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

Commit 850c01c

Browse files
authored
remove replacement in owlbot.py
1 parent 44bf344 commit 850c01c

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.gitignore

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

3634

3735
# Mac

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)