mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
More typing work
Also use a mypy based linter when editing
This commit is contained in:
parent
9b32f18109
commit
cc1336a616
43 changed files with 333 additions and 196 deletions
2
setup.py
2
setup.py
|
|
@ -741,7 +741,7 @@ def compile_python(base_path):
|
|||
kw = {}
|
||||
compileall.compile_dir(
|
||||
base_path, ddir='', force=True, optimize=optimize, quiet=1,
|
||||
workers=num_workers, **kw # type: ignore
|
||||
workers=num_workers, **kw
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue