clan-vm-manager: Readd ignore for clan_cli because nix fmt fails in CI. But why \?

This commit is contained in:
Qubasa
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