Skip to content

Commit fcd882f

Browse files
committed
Update ty ignore rule name
1 parent 1d9c318 commit fcd882f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ reportUnnecessaryContains = "none"
215215
# unused-ignore-comment: mypy already checks for unused-ignores so it they are unused by ty its because mypy requires them
216216
unresolved-import = "ignore"
217217
deprecated = "ignore"
218-
unused-ignore-comment = "ignore"
218+
unused-type-ignore-comment = "ignore"
219219

220220
[[tool.ty.overrides]]
221221
include = ["src/qcodes/instrument_drivers/Harvard/Decadac.py"]

0 commit comments

Comments
 (0)