ci : bump ty to 0.0.26 (#21156)

* fix incorrect type ignore comments

* bump ty to 0.0.26
This commit is contained in:
Sigbjørn Skjæret
2026-03-30 09:29:15 +02:00
committed by GitHub
parent abf9a62161
commit e2eb39e81c
9 changed files with 16 additions and 16 deletions
@@ -2,7 +2,7 @@
import argparse
import sys
from common import compare_tokens # type: ignore[import-not-found]
from common import compare_tokens # type: ignore[import-not-found, ty:unresolved-import]
def parse_arguments():