change type of pylsp_mypy.overrides (#833)

This commit is contained in:
Tanish Khare 2023-12-22 16:42:18 +05:30 committed by GitHub
parent 43d20e8332
commit ce95b04d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,7 +356,8 @@ in {
overrides = overrides =
helpers.defaultNullOpts.mkNullable helpers.defaultNullOpts.mkNullable
(with types; listOf (either bool str)) (types.listOf
(types.oneOf [types.bool types.str helpers.rawType]))
"[true]" "[true]"
'' ''
Specifies a list of alternate or supplemental command-line options. Specifies a list of alternate or supplemental command-line options.