mypy: ignore clan_lib.nixpkgs

This commit is contained in:
Jörg Thalheim
2025-05-20 13:35:45 +02:00
parent f9f29c4100
commit 6cb6dec7d1

View File

@@ -58,4 +58,4 @@ warn_redundant_casts = true
disallow_untyped_calls = true
disallow_untyped_defs = true
no_implicit_optional = true
exclude = "clan_cli.nixpkgs"
exclude = "clan_lib.nixpkgs"