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 13930e2 commit a1f9c83Copy full SHA for a1f9c83
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