Skip to content

Commit 3143ad5

Browse files
authored
Enable sqlite cache for self-check (python#20762)
If we are going in this direction, let's start from something small...
1 parent 655a8a2 commit 3143ad5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy_self_check.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ enable_error_code = ignore-without-code,redundant-expr
1313
enable_incomplete_feature = PreciseTupleTypes
1414
show_error_code_links = True
1515
warn_unreachable = True
16+
sqlite_cache = True

0 commit comments

Comments
 (0)