Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix linting
  • Loading branch information
hugovk committed Dec 1, 2025
commit ecb3a137e7f4fcd976599e40f15d698c54fcd6a6
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ dependencies = [
]

optional-dependencies.dev = [
"mypy==1.19.0",
"tomli", # Needed even on 3.11+ for typechecking with mypy
"mypy==1.19",
"tomli", # Needed even on 3.11+ for typechecking with mypy
"tox",
]
urls = { Homepage = "https://github.com/python/pyperformance" }
Expand Down
Loading