瀏覽代碼

chore: exclude build-dir from mypy

Sam Jaffe 1 月之前
父節點
當前提交
24ae37d0a2
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"]