We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
basedpyright
1 parent 9cdb6fc commit 68f9607Copy full SHA for 68f9607
‎pyproject.toml
@@ -135,6 +135,18 @@ disable_memoryview_promotion = true
135
[tool.pyright]
136
include = ["src", "tool"]
137
ignore = [".venv"]
138
+exclude = [
139
+ ".cache",
140
+ ".git",
141
+ ".github",
142
+ ".mypy_cache",
143
+ ".pytest_cache",
144
+ ".ruff_cache",
145
+ ".tox",
146
+ ".vscode",
147
+ "docs",
148
+ "site",
149
+]
150
stubPath = "src"
151
pythonPlatform = "All"
152
typeCheckingMode = "strict"
0 commit comments