Update mypy to the latest

This includes updating the ignore comments for things which mypy
now knows about or now complains about, as well as pulling in some
typeshed packages for things outside the standard library.
This commit is contained in:
Peter Law
2023-02-13 19:27:12 +00:00
parent b0025ee6ba
commit 664b10a5c6
6 changed files with 12 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
Utilities for end-users.
"""
import __main__ # type: ignore[import]
import __main__
from collections import namedtuple
import logging
import traceback