Skip to content

Commit

Permalink
Add _typeshed to core modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed May 21, 2023
1 parent c2d02a3 commit 432194b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypy/semanal_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
# Number of passes over core modules before going on to the rest of the builtin SCC.
CORE_WARMUP: Final = 2
core_modules: Final = [
"_typeshed",
"typing",
"_collections_abc",
"builtins",
Expand Down

0 comments on commit 432194b

Please sign in to comment.