Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.1k
[docs] move --use-fine-grained-cache to Incremental group#20176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
According tomypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅ |
ilevkivskyi left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
TBH, I am not really the owner of this feature. But also I think it is inmisc intentionally,incremental_group is used for the regular (coarse-grained) incremental mode, while this is flag if for mypy daemon (fine-grained incremental) mode.
wyattscarpenter commentedNov 9, 2025
Seems to me that if |
Uh oh!
There was an error while loading.Please reload this page.
This commit moves
--use-fine-grained-cacheout of misc into incremental, a cli documentation group that seems more suitable. It also notes that the flag can only be used in dmypy.@ilevkivskyi, you seem like something of a "code owner" for this feature, so feel free to close this PR if you thought the old location was better — you would know! 🙂