Exclude tests from pylsp type checking

This commit is contained in:
Kovid Goyal 2024-04-12 08:52:23 +05:30
parent 353a56dbbf
commit 655494f37b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -22,6 +22,7 @@ no_implicit_reexport = true
[tool.pylsp-mypy]
enabled = true
dmypy = true
exclude = ['kitty_tests/*']
report_progress = true
[tool.ruff]