Skip to content

Commit 3d2dc6e

Browse files
committed
trying to get the regex just right. sigh.
1 parent a4ea5b5 commit 3d2dc6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ def lint_setup_py(session):
262262
# Ensure mypy.yml uses the default Python version
263263
s.replace(
264264
".github/workflows/mypy.yml",
265-
r'python-version: \["3.8"\]',
266-
'python-version: ["3.10"]',
265+
r"""python-version: \["3.8"\]""",
266+
"""python-version: ["3.10"]""",
267267
)
268268

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

0 commit comments

Comments
 (0)