mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Enable checks for unused noqa
This commit is contained in:
@@ -12,7 +12,7 @@ from kitty.guess_mime_type import guess_type
|
||||
from kitty.utils import control_codes_pat
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from .highlight import DiffHighlight # noqa
|
||||
from .highlight import DiffHighlight
|
||||
|
||||
|
||||
path_name_map: Dict[str, str] = {}
|
||||
|
||||
Reference in New Issue
Block a user