appdirs, tabulate, termcolor, xmltodict: check missing defs (#8156)

complete termcolor, xmltodict
This commit is contained in:
Shantanu
2022-06-25 12:39:25 +05:30
committed by GitHub
parent 4415e9cc0b
commit 8b422ff01d
6 changed files with 16 additions and 0 deletions

View File

@@ -1 +1,4 @@
version = "1.4.*"
[tool.stubtest]
ignore_missing_stub = false

View File

@@ -1 +1,4 @@
version = "0.8.*"
[tool.stubtest]
ignore_missing_stub = false

View File

@@ -1 +1,4 @@
version = "1.1.*"
[tool.stubtest]
ignore_missing_stub = false

View File

@@ -1,6 +1,8 @@
from collections.abc import Iterable
from typing import Any
__ALL__: list[str]
VERSION: tuple[int, ...]
ATTRIBUTES: dict[str, int]
COLORS: dict[str, int]
HIGHLIGHTS: dict[str, int]

View File

@@ -1 +1,4 @@
version = "0.12.*"
[tool.stubtest]
ignore_missing_stub = false

View File

@@ -3,6 +3,8 @@ from collections import OrderedDict
from collections.abc import Mapping
from typing import Any, overload
__license__: str
class ParsingInterrupted(Exception): ...
def parse(