Skip to content

Commit 1690fb9

Browse files
committed
Pin mypy to 1.2.x
1 parent b188c81 commit 1690fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
[project.optional-dependencies]
2121
lint = [
2222
"black==23.3.0",
23-
"mypy>=0.971",
23+
"mypy~=1.2.0",
2424
"ruff==0.0.265",
2525
]
2626
test = [

0 commit comments

Comments
 (0)