clan: Fix treefmt not applying mypy lints on clan_cli and clan_app

This commit is contained in:
Qubasa
2024-07-17 21:50:52 +02:00
parent d502f00ffb
commit 274701b381
3 changed files with 16 additions and 5 deletions

View File

@@ -40,6 +40,9 @@ no_implicit_optional = true
module = "argcomplete.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "clan_cli.*"
ignore_missing_imports = true
[tool.ruff]
target-version = "py312"