We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77ffb8 commit 99eb667Copy full SHA for 99eb667
1 file changed
pyproject.toml
@@ -17,6 +17,7 @@ Repository = "https://github.com/NCBM/exactypes"
17
[tool.pyright]
18
pythonVersion = "3.9"
19
typeCheckingMode = "standard"
20
+ignore = ["build"]
21
22
[tool.ruff]
23
line-length = 100
0 commit comments