mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Add type information for tui operations cmds
This commit is contained in:
parent
10435c23c2
commit
bb8cab3a02
5 changed files with 83 additions and 14 deletions
2
test.py
2
test.py
|
|
@ -72,6 +72,8 @@ def type_check() -> NoReturn:
|
|||
generate_stub()
|
||||
from kitty.options_stub import generate_stub # type: ignore
|
||||
generate_stub()
|
||||
from kittens.tui.operations_stub import generate_stub # type: ignore
|
||||
generate_stub()
|
||||
os.execlp(sys.executable, 'python', '-m', 'mypy', '--pretty')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue