Skip to content

Bump mypy to 2.0.0 and enable parallel checking#3146

Merged
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/mypy-v2-parallel
May 7, 2026
Merged

Bump mypy to 2.0.0 and enable parallel checking#3146
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/mypy-v2-parallel

Conversation

@adamtheturtle
Copy link
Copy Markdown
Member

@adamtheturtle adamtheturtle commented May 7, 2026

Summary

  • Bump mypy[faster-cache] from 1.20.2 to 2.0.0 in dev dependencies.
  • Pass --num-workers=4 to the mypy and mypy-docs pre-commit hooks to use mypy 2.0's new parallel type-checking.

Test plan

  • Pre-push hooks pass (mypy + mypy-docs).

🤖 Generated with Claude Code


Note

Low Risk
Low risk: only updates dev tooling and pre-push hooks, but mypy 2.0 may introduce new/changed type-checking errors that could block contributors’ pre-push workflow.

Overview
Upgrades dev dependency mypy[faster-cache] from 1.20.2 to 2.0.0.

Updates the mypy and mypy-docs pre-push hooks to pass --num-workers=4, enabling mypy’s parallel type-checking for faster runs.

Reviewed by Cursor Bugbot for commit 62678e7. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant