clan-app: Fix default.nix

This commit is contained in:
Qubasa
2025-01-08 18:43:20 +01:00
parent 4f416eb32d
commit 8d4d98361d
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