Skip to content

Commit 777f916

Browse files
committed
remove tools dir from pyright checks
1 parent 922b82c commit 777f916

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
@@ -9,7 +9,7 @@ src = ["backend/src"]
99
extend-select = ["I", "W292", "W291"]
1010

1111
[tool.pyright]
12-
include = ["backend/src", "tools"]
12+
include = ["backend/src"]
1313
exclude = ["**/__pycache__",
1414
"backend/src/dev_notebooks",
1515
]

0 commit comments

Comments
 (0)