clan-vm-manager: Readd ignore for clan_cli because nix fmt fails in CI. But why \?
All checks were successful
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 1m57s
checks / checks (pull_request) Successful in 3m24s

This commit is contained in:
Luis Hebendanz 2024-03-09 23:51:59 +07:00
parent 5c8343d943
commit 14900a702b

View File

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