Explorar o código

chore: exclude build-dir from mypy

Sam Jaffe hai 1 mes
pai
achega
24ae37d0a2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"]