feat: mypy for all type check (#10921)
This commit is contained in:
parent
c91e8b1737
commit
56e15d09a9
584 changed files with 3975 additions and 2826 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Any
|
||||
|
||||
import toml
|
||||
import toml # type: ignore
|
||||
|
||||
|
||||
def load_api_poetry_configs() -> dict[str, Any]:
|
||||
|
|
@ -38,7 +38,7 @@ def test_group_dependencies_version_operator():
|
|||
)
|
||||
|
||||
|
||||
def test_duplicated_dependency_crossing_groups():
|
||||
def test_duplicated_dependency_crossing_groups() -> None:
|
||||
all_dependency_names: list[str] = []
|
||||
for dependencies in load_all_dependency_groups().values():
|
||||
dependency_names = list(dependencies.keys())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue