Skip to content

Commit c811aa7

Browse files
committed
Note that this can be set on a per-file basis
This also includes it in the OPTIONS_AFFECTING_CACHE, which fixes the caching issue I'd been seeing.
1 parent 8569dc6 commit c811aa7

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
@@ -32,6 +32,7 @@ class BuildType:
3232
"disallow_any_expr",
3333
"disallow_any_generics",
3434
"disallow_any_unimported",
35+
"disallow_ignore_without_code",
3536
"disallow_incomplete_defs",
3637
"disallow_subclassing_any",
3738
"disallow_untyped_calls",

0 commit comments

Comments
 (0)