You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts: requirements: update pylint fixed version
The current version of pylint is 2 years old at this point,
and it's got a bug (pylint-dev/pylint#3882)
which is leading to false positives on ncs_west_helpers.py:
E1136:Value 'Union' is unsubscriptable (unsubscriptable-object)
File:scripts/west_commands/ncs_west_helpers.py
Line:78
Column:36
E1136:Value 'Union' is unsubscriptable (unsubscriptable-object)
File:scripts/west_commands/ncs_west_helpers.py
Line:326
Column:18
E1136:Value 'Union' is unsubscriptable (unsubscriptable-object)
File:scripts/west_commands/ncs_west_helpers.py
Line:78
Column:36
E1136:Value 'Union' is unsubscriptable (unsubscriptable-object)
File:scripts/west_commands/ncs_west_helpers.py
Line:326
Column:18
E1136:Value 'Optional' is unsubscriptable (unsubscriptable-object)
File:scripts/west_commands/pygit2_helpers.py
Line:188
Column:46
E1136:Value 'Optional' is unsubscriptable (unsubscriptable-object)
File:scripts/west_commands/ncs_commands.py
Line:44
Column:38
Update it to the latest version. We have to update astroid,
typing-extensions, and colorama as well as a side effect.
Signed-off-by: Martí Bolívar <[email protected]>
0 commit comments