Skip to content

Commit 945f767

Browse files
authored
fix(tasks): update mypy baseline to Python 3.9 (#48)
1 parent 7a9aae4 commit 945f767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def lint_mypy(context):
147147
--disable-error-code=misc
148148
--cache-dir=build/mypy
149149
--strict
150-
--python-version=3.8
150+
--python-version=3.9
151151
""",
152152
)
153153

0 commit comments

Comments
 (0)