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 e99a3b35b9
commit 0ecc717dd1

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