Skip to content

Fix mypy pre-commit hook parallelism#72

Merged
brenns10 merged 1 commit into
oracle:mainfrom
brenns10:main
May 19, 2026
Merged

Fix mypy pre-commit hook parallelism#72
brenns10 merged 1 commit into
oracle:mainfrom
brenns10:main

Conversation

@brenns10
Copy link
Copy Markdown
Member

Run mypy once against the whole project instead of letting pre-commit pass batches of filenames. This avoids concurrent mypy invocations sharing cache state and triggering internal errors in CI.

Run mypy once against the whole project instead of letting pre-commit
pass batches of filenames. This avoids concurrent mypy invocations
sharing cache state and triggering internal errors in CI.

Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com>
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 19, 2026
@brenns10 brenns10 merged commit 26269e3 into oracle:main May 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant