Skip to content

Commit 8212d95

Browse files
committed
fix(basedpyright): exclude scripts folder
1 parent 626c517 commit 8212d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ docstring-code-format = false
177177
docstring-code-line-length = "dynamic"
178178

179179
[tool.pyright]
180-
ignore = [".venv/", "examples", "TransformerLens", "tests", "exp", "src/lm_saes/circuit"]
180+
ignore = [".venv/", "examples", "TransformerLens", "tests", "exp", "scripts", "src/lm_saes/circuit"]
181181
typeCheckingMode = "standard"
182182
reportRedeclaration = false
183183
reportPrivateImportUsage = false

0 commit comments

Comments
 (0)