Skip to content

Commit a1f9c83

Browse files
committed
chore: add json library files to pyright ignore
1 parent 13930e2 commit a1f9c83

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ ignore_errors = true
8484
qt_api = "pyside6"
8585

8686
[tool.pyright]
87-
ignore = ["src/tagstudio/qt/helpers/vendored/pydub/", ".venv/**"]
87+
ignore = [
88+
".venv/**",
89+
"src/tagstudio/core/library/json/",
90+
"src/tagstudio/qt/helpers/vendored/pydub/",
91+
]
8892
include = ["src/tagstudio", "tests"]
8993
reportAny = false
9094
reportIgnoreCommentWithoutRule = false

0 commit comments

Comments
 (0)