Skip to content

Commit e112874

Browse files
committed
update mypy and pylint
1 parent f087ee8 commit e112874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ changelog = "https://github.com/hardbyte/python-can/blob/develop/CHANGELOG.md"
6060

6161
[project.optional-dependencies]
6262
lint = [
63-
"pylint==3.0.*",
63+
"pylint==3.2.*",
6464
"ruff==0.4.8",
6565
"black==24.4.*",
66-
"mypy==1.8.*",
66+
"mypy==1.10.*",
6767
]
6868
seeedstudio = ["pyserial>=3.0"]
6969
serial = ["pyserial~=3.0"]

0 commit comments

Comments
 (0)