clan-app: Fix default.nix

This commit is contained in:
Qubasa
2025-01-08 18:43:20 +01:00
parent e3b54e62de
commit c6d5eb5037
9 changed files with 83 additions and 111 deletions

View File

@@ -36,6 +36,3 @@ disallow_untyped_calls = true
disallow_untyped_defs = true
no_implicit_optional = true
[[tool.mypy.overrides]]
module = "clan_cli.*"
ignore_missing_imports = true