Bump JetBrains/qodana-action from 2023.2.9 to 2023.3.0 #133
Annotations
6 warnings and 2 notices
Incorrect type:
script.service.hue/resources/lib/hueconnection.py#L470
Expected type 'SupportsIndex \| slice', got 'str' instead
|
Incorrect type:
script.service.hue/resources/lib/hueconnection.py#L378
Expected type 'SupportsIndex \| slice', got 'str' instead
|
Incorrect type:
script.service.hue/resources/lib/hueconnection.py#L477
Expected type 'SupportsIndex \| slice', got 'str' instead
|
Incorrect type:
script.service.hue/resources/lib/hueconnection.py#L470
Expected type 'SupportsIndex \| slice', got 'str' instead
|
Incorrect type:
script.service.hue/resources/lib/hueconnection.py#L468
Expected type 'SupportsIndex \| slice', got 'str' instead
|
Incorrect type:
script.service.hue/resources/lib/hueconnection.py#L470
Expected type 'SupportsIndex \| slice', got 'str' instead
|
PEP 8 coding style violation:
script.service.hue/resources/lib/reporting.py#L28
PEP 8: E721 do not compare types, for exact checks use \`is\` / \`is not\`, for instance checks use \`isinstance()\`
|
PEP 8 coding style violation:
script.service.hue/resources/lib/reporting.py#L25
PEP 8: E721 do not compare types, for exact checks use \`is\` / \`is not\`, for instance checks use \`isinstance()\`
|