fix(ci): some type errors

This commit is contained in:
Barrett Ruth 2025-09-19 14:04:37 -04:00
parent fa8c663f5e
commit 1fbac30332
2 changed files with 7 additions and 0 deletions

View file

@ -1,6 +1,7 @@
---@class DiffResult ---@class DiffResult
---@field content string[] ---@field content string[]
---@field highlights table[]? ---@field highlights table[]?
---@field raw_diff string?
---@class DiffBackend ---@class DiffBackend
---@field name string ---@field name string

View file

@ -22,3 +22,9 @@ any = true
[after_each] [after_each]
any = true any = true
[spy]
any = true
[stub]
any = true