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
pyproject-fmt
  • Loading branch information
hugovk committed Jan 1, 2026
commit 881ab210606742d386946080c2265575a5c67e7f
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies = [

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