Skip to content

Commit 89d684a

Browse files
authored
Remove replacement in owlbot.py
1 parent 6895729 commit 89d684a

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.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 & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
excludes = [
2727
"noxfile.py", # pytype
2828
"setup.cfg", # pytype
29-
".flake8", # flake8-import-order, layout
3029
".coveragerc", # layout
3130
"CONTRIBUTING.rst", # no systests
3231
".github/workflows/unittest.yml", # exclude unittest gh action
@@ -36,18 +35,6 @@
3635
templated_files = common.py_library(microgenerator=True, cov_level=100)
3736
s.move(templated_files, excludes=excludes)
3837

39-
# Add pytype support
40-
s.replace(
41-
".gitignore",
42-
"""\
43-
.pytest_cache
44-
""",
45-
"""\
46-
.pytest_cache
47-
.pytype
48-
""",
49-
)
50-
5138
python.configure_previous_major_version_branches()
5239

5340
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)