[neovim] Update basedpyright defaults

This commit is contained in:
Daniel Carrillo 2024-04-22 16:19:02 +02:00
parent 747aec9253
commit d4a0ca209d
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ return {
-- reportAny = true
reportOptionalIterable = "warning",
reportArgumentType = "warning",
reportAssignmentType = "warning",
},
},
},