Switch to LSP for mypy

This commit is contained in:
Kovid Goyal
2024-03-28 19:36:07 +05:30
parent 4b282211de
commit c9f8596357
4 changed files with 7 additions and 29 deletions

View File

@@ -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'