We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aces-system
.venv
1 parent 03a4495 commit bc96834Copy full SHA for bc96834
2 files changed
pyproject.toml
@@ -108,7 +108,7 @@ reportUnnecessaryTypeIgnoreComment = true
108
reportUnsupportedDunderAll = false
109
reportUnusedExpression = false
110
reportAttributeAccessIssue = false # OpenColorIO does not have typing stubs.
111
-exclude = ["**/aces-dev"]
+exclude = ["**/aces-system", "**/.venv"]
112
113
[tool.ruff]
114
target-version = "py310"
tasks.py
@@ -161,7 +161,7 @@ def quality(
161
162
if pyright:
163
message_box('Checking codebase with "Pyright"...')
164
- ctx.run("pyright --skipunannotated --level warning")
+ ctx.run("pyright --threads --skipunannotated --level warning")
165
166
167
@task
0 commit comments