Skip to content

Commit

Permalink
Clear cache when adding --new-type-inference (#16059)
Browse files Browse the repository at this point in the history
Add `new_type_inference` to the list of options affecting the cache.
  • Loading branch information
cdce8p authored and JukkaL committed Oct 10, 2023
1 parent b33373c commit 00cba13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypy/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class BuildType:
| {
"platform",
"bazel",
"new_type_inference",
"plugins",
"disable_bytearray_promotion",
"disable_memoryview_promotion",
Expand Down

0 comments on commit 00cba13

Please sign in to comment.