Bump mypy to 0.981 (#8796)

This commit is contained in:
Alex Waygood
2022-09-27 01:14:33 +01:00
committed by GitHub
parent 9abe56a19a
commit 48e76e8a56
29 changed files with 23 additions and 185 deletions

View File

@@ -17,7 +17,7 @@ try:
from termcolor import colored as colored
except ImportError:
def colored(s: str, _: str) -> str: # type: ignore
def colored(s: str, _: str) -> str: # type: ignore[misc]
return s