Exclude tests from pylsp type checking
This commit is contained in:
parent
353a56dbbf
commit
655494f37b
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ no_implicit_reexport = true
|
|||
[tool.pylsp-mypy]
|
||||
enabled = true
|
||||
dmypy = true
|
||||
exclude = ['kitty_tests/*']
|
||||
report_progress = true
|
||||
|
||||
[tool.ruff]
|
||||
|
|
|
|||
Loading…
Reference in a new issue