Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <marti.bolivar@nordicsemi.no>
- Loading branch information