Skip to content

Commit 00cba13

Browse files
cdce8pJukkaL
authored andcommitted
Clear cache when adding --new-type-inference (#16059)
Add `new_type_inference` to the list of options affecting the cache.
1 parent b33373c commit 00cba13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: mypy/options.py

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class BuildType:
6262
| {
6363
"platform",
6464
"bazel",
65+
"new_type_inference",
6566
"plugins",
6667
"disable_bytearray_promotion",
6768
"disable_memoryview_promotion",

0 commit comments

Comments
 (0)