Commit c715bfb
committed
github: force python 3.8 for pylint
Pylint does not support python 3.9 properly:
Value 'Optional' is unsubscriptable (unsubscriptable-object)
This is a known issue. Until it is fixed run the lint checks with python
3.8.
Link: pylint-dev/pylint#3882
Signed-off-by: Robin Jarry <robin.jarry@6wind.com>1 parent 71323b0 commit c715bfb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments