This commit is contained in:
w0rp
2026-02-28 09:39:23 +00:00
parent fbaf6485d9
commit 2d3883392e
10 changed files with 236 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ function! ale_linters#python#ty#Handle(buffer, lines) abort
let l:output = []
let l:items = json_decode(join(a:lines, ''))
if empty(l:items)
return l:output
endif