We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc249d commit 50d7df5Copy full SHA for 50d7df5
can/util.py
@@ -396,7 +396,7 @@ def _rename_kwargs(
396
func_name: str,
397
start: str,
398
end: Optional[str],
399
- kwargs: P1.kwargs,
+ kwargs: Dict[str, Any],
400
aliases: Dict[str, Optional[str]],
401
) -> None:
402
"""Helper function for `deprecated_args_alias`"""
pyproject.toml
@@ -63,7 +63,7 @@ lint = [
63
"pylint==3.2.*",
64
"ruff==0.10.0",
65
"black==25.1.*",
66
- "mypy==1.12.*",
+ "mypy==1.15.*",
67
]
68
pywin32 = ["pywin32>=305; platform_system == 'Windows' and platform_python_implementation == 'CPython'"]
69
seeedstudio = ["pyserial>=3.0"]
0 commit comments