Update to mypy 1.14 (#13272)

This commit is contained in:
Stephen Morton
2024-12-20 17:29:38 -08:00
committed by GitHub
parent 8e31597fa5
commit 097581ea47
43 changed files with 357 additions and 79 deletions

View File

@@ -1,3 +1,8 @@
# TODO: missing from stub
simplejson.__all__
simplejson.decoder.__all__
simplejson.scanner.__all__
# Speedups (C vs Python inconsistency):
simplejson.scanner.make_scanner
simplejson.scanner.JSONDecodeError.__init__