Sfoglia il codice sorgente

chore: exclude build-dir from mypy

Sam Jaffe 1 mese fa
parent
commit
24ae37d0a2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -21,6 +21,7 @@ dev = [
 
 [tool.mypy]
 mypy_path = "src/"
+exclude = "build/"
 
 [build-system]
 requires = ["uv_build>=0.10.9,<0.11"]