Skip to content

Commit 553e4e2

Browse files
committed
Fix lint
1 parent 1ef693d commit 553e4e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ dependencies = [
6868
"tomli; python_version<'3.11'",
6969
]
7070
optional-dependencies.dev = [
71-
"mypy==2.1.0",
72-
"tomli", # Needed even on 3.11+ for typechecking with mypy
71+
"mypy==2.1",
72+
"tomli", # Needed even on 3.11+ for typechecking with mypy
7373
"tox",
7474
]
7575
urls = { Homepage = "https://github.com/python/pyperformance" }

0 commit comments

Comments
 (0)