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.
1 parent 6f58017 commit 5a1ae0dCopy full SHA for 5a1ae0d
pyproject.toml
@@ -84,7 +84,11 @@ ignore_errors = true
84
qt_api = "pyside6"
85
86
[tool.pyright]
87
-ignore = ["src/tagstudio/qt/helpers/vendored/pydub/", ".venv/**"]
+ignore = [
88
+ ".venv/**",
89
+ "src/tagstudio/core/library/json/",
90
+ "src/tagstudio/qt/helpers/vendored/pydub/",
91
+]
92
include = ["src/tagstudio", "tests"]
93
reportAny = false
94
reportIgnoreCommentWithoutRule = false
0 commit comments