---@type vim.lsp.Config return { settings = { python = { pyrefly = { typeCheckingMode = "strict", }, }, }, }