Commit 6d30d75
Fixes #20845
This PR ensures that the mypy cache is invalidated when the
--enable-incomplete-feature flag changes. Previously, enabling or
disabling incomplete features did not affect the cache key, so users
could get stale results unless they manually cleared the cache. Now, the
enable_incomplete_feature option is included in the cache key logic, so
the cache is properly refreshed when this flag changes.
---------
Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>
1 parent 688121a commit 6d30d75
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments