mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Switch to LSP for mypy
This commit is contained in:
@@ -16,6 +16,11 @@ disallow_incomplete_defs = true
|
||||
strict = true
|
||||
no_implicit_reexport = true
|
||||
|
||||
[tool.pylsp-mypy]
|
||||
enabled = true
|
||||
dmypy = true
|
||||
report_progress = true
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 160
|
||||
target-version = 'py38'
|
||||
|
||||
Reference in New Issue
Block a user