Skip to content

Commit d88e334

Browse files
committed
fix: pin mypy to 1.15
check if we can unpin once this is merged: dry-python/returns#2149
1 parent 81a8c94 commit d88e334

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
@@ -50,7 +50,7 @@ dev-dependencies = [
5050
"bumpversion>=0.6",
5151
"coverage[toml]>=7.6.4",
5252
"isort>=5.13",
53-
"mypy>=1.12",
53+
"mypy==1.15",
5454
"ptyprocess>=0.7",
5555
"pycln>=2.4",
5656
"pylint>=3.3",

0 commit comments

Comments
 (0)