mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Exclude tests from pylsp type checking
This commit is contained in:
@@ -22,6 +22,7 @@ no_implicit_reexport = true
|
|||||||
[tool.pylsp-mypy]
|
[tool.pylsp-mypy]
|
||||||
enabled = true
|
enabled = true
|
||||||
dmypy = true
|
dmypy = true
|
||||||
|
exclude = ['kitty_tests/*']
|
||||||
report_progress = true
|
report_progress = true
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
|||||||
Reference in New Issue
Block a user