We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ea5b5 commit 3d2dc6eCopy full SHA for 3d2dc6e
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