clan-vm-manager: Working pytest skeleton. clan-cli: Fixing devshell depending on itself

This commit is contained in:
Qubasa
2024-03-24 23:36:00 +01:00
parent 0ee8dceee2
commit 8ab9d20342
20 changed files with 181 additions and 336 deletions

View File

@@ -30,10 +30,6 @@ 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