Skip to content

Commit 50d7df5

Browse files
committed
update mypy
1 parent ecc249d commit 50d7df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

can/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def _rename_kwargs(
396396
func_name: str,
397397
start: str,
398398
end: Optional[str],
399-
kwargs: P1.kwargs,
399+
kwargs: Dict[str, Any],
400400
aliases: Dict[str, Optional[str]],
401401
) -> None:
402402
"""Helper function for `deprecated_args_alias`"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ lint = [
6363
"pylint==3.2.*",
6464
"ruff==0.10.0",
6565
"black==25.1.*",
66-
"mypy==1.12.*",
66+
"mypy==1.15.*",
6767
]
6868
pywin32 = ["pywin32>=305; platform_system == 'Windows' and platform_python_implementation == 'CPython'"]
6969
seeedstudio = ["pyserial>=3.0"]

0 commit comments

Comments
 (0)