Skip to content

Commit

Permalink
update mypy to 1.5.*, update black to 23.9.*
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Oct 2, 2023
1 parent 42b6c48 commit 54070c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ changelog = "https://github.com/hardbyte/python-can/blob/develop/CHANGELOG.md"
lint = [
"pylint==2.17.*",
"ruff==0.0.292",
"black==23.3.*",
"mypy==1.3.*",
"black==23.9.*",
"mypy==1.5.*",
]
seeedstudio = ["pyserial>=3.0"]
serial = ["pyserial~=3.0"]
Expand Down

0 comments on commit 54070c1

Please sign in to comment.