We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2dc6e commit 8b27239Copy full SHA for 8b27239
owlbot.py
@@ -262,8 +262,8 @@ def lint_setup_py(session):
262
# Ensure mypy.yml uses the default Python version
263
s.replace(
264
".github/workflows/mypy.yml",
265
- r"""python-version: \["3.8"\]""",
266
- """python-version: ["3.10"]""",
+ r'''python-version: "3.8"''',
+ '''python-version: "3.10"''',
267
)
268
269
s.shell.run(["nox", "-s", "blacken"], hide_output=False)
0 commit comments