Satisfy project quality gates
This commit is contained in:
@@ -33,3 +33,10 @@ required_after_code_or_test_changes = [
|
||||
"uv run ruff check src tests",
|
||||
"uv run ty check",
|
||||
]
|
||||
|
||||
[[tool.ty.overrides]]
|
||||
include = ["tests/**"]
|
||||
|
||||
[tool.ty.overrides.rules]
|
||||
unresolved-attribute = "ignore"
|
||||
invalid-assignment = "ignore"
|
||||
|
||||
Reference in New Issue
Block a user