Skip to content

Commit 90eb1d8

Browse files
committed
Remove the mypy:ignore directive.
1 parent 1615778 commit 90eb1d8

17 files changed

Lines changed: 0 additions & 52 deletions

litecli/clibuffer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# mypy: ignore-errors
2-
31
from __future__ import annotations
42

53
from typing import Any

litecli/clistyle.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# mypy: ignore-errors
2-
31
from __future__ import annotations
42

53
import logging

litecli/clitoolbar.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# mypy: ignore-errors
2-
31
from __future__ import annotations
42

53
from typing import Callable, List, Tuple

litecli/completion_refresher.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# mypy: ignore-errors
2-
31
from __future__ import annotations
42

53
import threading

litecli/config.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
"""LiteCLI configuration helpers with typing."""
2-
3-
# mypy: ignore-errors
4-
51
from __future__ import annotations
62

73
import errno

litecli/key_bindings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
"""Key bindings with type hints."""
2-
3-
# mypy: ignore-errors
4-
51
from __future__ import annotations
62
import logging
73
from typing import Any

litecli/lexer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# mypy: ignore-errors
2-
31
from __future__ import annotations
42

53
from pygments.lexer import inherit

litecli/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# mypy: ignore-errors
2-
31
from __future__ import annotations
42

53
import itertools

litecli/packages/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# mypy: ignore-errors

litecli/packages/completion_engine.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# mypy: ignore-errors
2-
31
from __future__ import annotations
42

53
from typing import Any, Dict, List, Optional

0 commit comments

Comments
 (0)