clan-vm-manager: Remove mypy ignore clan_cli types
Some checks failed
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 2m3s
checks / checks (pull_request) Failing after 3m26s

This commit is contained in:
Luis Hebendanz 2024-03-09 23:17:00 +07:00
parent 01351ff5a1
commit 5c8343d943

View File

@ -22,14 +22,6 @@ disallow_untyped_calls = true
disallow_untyped_defs = true
no_implicit_optional = true
# [[tool.mypy.overrides]]
# module = "gi.*"
# ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "clan_cli.*"
ignore_missing_imports = true
[tool.ruff]
target-version = "py311"
line-length = 88