Commit 045634b
committed
github/workflows/reusable-unit-tests: skip pylint for python3.8
pylint finds false positives for Python 3.8:
labgrid/remote/coordinator.py:188:21: E1136: Value 'dict' is unsubscriptable (unsubscriptable-object)
labgrid/remote/coordinator.py:194:24: E1136: Value 'dict' is unsubscriptable (unsubscriptable-object)
labgrid/remote/coordinator.py:195:22: E1136: Value 'dict' is unsubscriptable (unsubscriptable-object)
Since Python 3.8 reaches EOL in October 2024 anyways, let's just skip
pylint for this version until then.
Signed-off-by: Bastian Krause <bst@pengutronix.de>1 parent e0167ae commit 045634b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments