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

Commit eb03b52

Browse files
committed
fix(owlbot): Escape brackets in mypy.yml regex
1 parent ed545e6 commit eb03b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ 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']",
265+
r"python-version: \['3.8'\]",
266266
"python-version: ['3.10']"
267267
)
268268

0 commit comments

Comments
 (0)