Skip to content

Commit 99eb667

Browse files
committed
chore: ignore build cache to avoid checking old code
1 parent a77ffb8 commit 99eb667

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Repository = "https://github.com/NCBM/exactypes"
1717
[tool.pyright]
1818
pythonVersion = "3.9"
1919
typeCheckingMode = "standard"
20+
ignore = ["build"]
2021

2122
[tool.ruff]
2223
line-length = 100

0 commit comments

Comments
 (0)