Skip to content

Commit dde5e64

Browse files
authored
Update mypy to 1.18.2 (#56)
We update mypy to the latest version for future maintainability to avoid huge jumps and large fixes.
1 parent 3218291 commit dde5e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
extras_require={
4444
"dev": [
4545
"black==24.3.0",
46-
"mypy==1.9.0",
46+
"mypy==1.18.2",
4747
"pylint==2.3.1",
4848
"pydocstyle>=2.1.1,<3",
4949
"coverage>=7,<8",

0 commit comments

Comments
 (0)