Skip to content

Commit ec7d413

Browse files
add disable_ignores to OPTIONS_AFFECTING_CACHE in case that's the problem
I'm just guessing that this might be why my two tests fail, but only for the two 'Parallel tests with py314-ubuntu' checks. (Not even including parallel tests with windows.) since this isn't a per-module option, we add it to the list that isn't that
1 parent 730e070 commit ec7d413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class BuildType:
7878
"fixed_format_cache",
7979
"untyped_calls_exclude",
8080
"enable_incomplete_feature",
81+
"disable_ignores",
8182
}
8283
) - {"debug_cache"}
8384

0 commit comments

Comments
 (0)