clan-cli: Readd mypy ignore clan_cli because of treefmt complaining

This commit is contained in:
Qubasa
2024-03-10 16:06:03 +07:00
parent 38699a8311
commit 883c46bcaa
3 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,6 @@ warn_redundant_casts = true
disallow_untyped_calls = true
disallow_untyped_defs = true
no_implicit_optional = true
disable_error_code = ["has-type"]
exclude = "clan_cli.nixpkgs"
[[tool.mypy.overrides]]