Skip to content

fix: re-enable type checking#471

Merged
zhongkechen merged 1 commit into
mainfrom
type_checking
Jun 11, 2026
Merged

fix: re-enable type checking#471
zhongkechen merged 1 commit into
mainfrom
type_checking

Conversation

@zhongkechen

@zhongkechen zhongkechen commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Issue #, if available:

fix: #469

Description of changes:

Type checking is not working after we migrated to monorepo and the ci workflow succeeded with the type checker actually failing.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@zhongkechen zhongkechen force-pushed the type_checking branch 2 times, most recently from 4015c19 to 19199d8 Compare June 11, 2026 19:15
@zhongkechen zhongkechen requested a review from SilanHe June 11, 2026 19:19
@zhongkechen zhongkechen marked this pull request as ready for review June 11, 2026 19:20
@SilanHe

SilanHe commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

good catch, the output from the Github action is not visible at all locally actually so I completely missed this

Comment thread pyproject.toml
workspace.members = ["packages/*"]

[tool.hatch.envs.test]
detached = true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

interesting, I didn't know about this setting.

detached = true

In this case, I guess we could technically add this for all envs in the pyproject.toml?

@zhongkechen zhongkechen merged commit a244a18 into main Jun 11, 2026
65 of 68 checks passed
@wangyb-A wangyb-A deleted the type_checking branch June 11, 2026 19:56
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.

[Bug]: type checking failed silently

3 participants