Skip to content

Commit 91e4ce4

Browse files
authored
Enable strict optional for more test files (7) (#15604)
1 parent d65e1e7 commit 91e4ce4

File tree

6 files changed

+199
-171
lines changed

6 files changed

+199
-171
lines changed

mypy/test/testcheck.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151

5252
# TODO: Enable strict optional in test cases by default. Remove files here, once test cases are updated
5353
no_strict_optional_files = {
54-
"check-inference-context.test",
55-
"check-inference.test",
56-
"check-isinstance.test",
57-
"check-kwargs.test",
58-
"check-literal.test",
5954
"check-modules.test",
6055
"check-namedtuple.test",
6156
"check-overloading.test",

0 commit comments

Comments
 (0)