clan: Fix treefmt not applying mypy lints on clan_cli and clan_app
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user