Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = ["version"]
[dependency-groups]
dev = [
# Pin below 1.20.0 until the current mypy incompatibility is resolved.

@augmentcode augmentcode Bot May 12, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment says to pin mypy below 1.20.0 due to an incompatibility, but the dependency is now pinned to 2.1.0; this looks misleading and could confuse future updates. Consider updating/removing the comment or documenting what incompatibility (if any) remains with 2.1.0.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"mypy==1.19.1",
"mypy==2.1.0",
"pre-commit==4.6.0",
"pytest==9.0.3",
"pytest-asyncio==1.3.0",
Expand Down
Loading