change type of pylsp_mypy.overrides (#833)

This commit is contained in:
Tanish Khare
2023-12-22 12:12:18 +01:00
committed by GitHub
parent 43d20e8332
commit ce95b04d71
+2 -1
View File
@@ -356,7 +356,8 @@ in {
overrides =
helpers.defaultNullOpts.mkNullable
(with types; listOf (either bool str))
(types.listOf
(types.oneOf [types.bool types.str helpers.rawType]))
"[true]"
''
Specifies a list of alternate or supplemental command-line options.