Skip to content

Commit c6844c9

Browse files
authored
fix(ci): pin mypy for v1.3.0 release (#3988)
1 parent aa0abd9 commit c6844c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riotfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION):
134134
command="mypy {cmdargs}",
135135
create=True,
136136
pkgs={
137-
"mypy": latest,
137+
"mypy": "<0.971",
138138
"types-attrs": latest,
139139
"types-docutils": latest,
140140
"types-protobuf": latest,

0 commit comments

Comments
 (0)