mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
Error on unused ty: ignore comments when dogfooding ty on our own scripts (#22347)
This commit is contained in:
@@ -17,3 +17,4 @@ exclude = ["./ty_benchmark"]
|
||||
[tool.ty.rules]
|
||||
possibly-unresolved-reference = "error"
|
||||
division-by-zero = "error"
|
||||
unused-ignore-comment = "error"
|
||||
|
||||
@@ -34,3 +34,4 @@ ignore = [
|
||||
[tool.ty.rules]
|
||||
possibly-unresolved-reference = "error"
|
||||
division-by-zero = "error"
|
||||
unused-ignore-comment = "error"
|
||||
|
||||
Reference in New Issue
Block a user