소스 검색

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"]