This commit is contained in:
Qubasa
2023-12-19 18:02:06 +01:00
parent e0e7324876
commit a1575ec19c
2 changed files with 7 additions and 7 deletions

View File

@@ -30,6 +30,7 @@ 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]]