Skip to content

Commit 0874223

Browse files
committed
tasks: fix mypy to Python baseline 3.8 for now
1 parent 973fb92 commit 0874223

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def lint_mypy(context):
141141
--disable-error-code=type-arg
142142
--disable-error-code=union-attr
143143
--strict
144+
--python-version=3.8
144145
""",
145146
)
146147

0 commit comments

Comments
 (0)