chore: Check more files#36407
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the backend’s Pyrefly type-check configuration and local exclusion list to reduce the number of files skipped during local type-checking, continuing the Pyrefly workflow introduced in #33059.
Changes:
- Shrinks/refines
api/pyrefly-local-excludes.txtto exclude fewer broad areas (notably replacing a prior broad VDB exclusion with more targeted entries). - Updates
[tool.pyrefly]settings inapi/pyproject.toml(infer-with-first-useandmin-severity).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| api/pyrefly-local-excludes.txt | Narrows local exclusions to enable checking more of the codebase while still skipping known-problematic files. |
| api/pyproject.toml | Tweaks global Pyrefly configuration used by pyrefly check and CI workflows. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
WH-2099
approved these changes
May 20, 2026
WH-2099
approved these changes
May 20, 2026
wylswz
approved these changes
May 20, 2026
zhangtaodemama
added a commit
to zhangtaodemama/langgenius-dify-bfaadcb0c706
that referenced
this pull request
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Fixes #<issue number>.Summary
continue for #33059 , no code changes.
Screenshots
Checklist
make lint && make type-check(backend) andcd web && pnpm exec vp staged(frontend) to appease the lint gods