clan-app: Fix mypy lints and add GenericFnRuntime

This commit is contained in:
Qubasa
2024-07-15 19:48:20 +02:00
parent 25fea331d0
commit cd48b8df0c
8 changed files with 83 additions and 85 deletions

View File

@@ -37,9 +37,10 @@ disallow_untyped_defs = true
no_implicit_optional = true
[[tool.mypy.overrides]]
module = "clan_cli.*"
module = "argcomplete.*"
ignore_missing_imports = true
[tool.ruff]
target-version = "py311"
line-length = 88