Commit f0a774e
committed
lint: Drop versions of Python no longer supported by pylint 4.0.0
There was a change in pylint 4.0.0 that changes how variable names are
treated with regards to upper case versus regular snake case. At the
same time, pylint 4.0.0 dropped support for versions of Python older
than 3.10. In order to fix the warnings from 4.0.0, we need to drop
versions of Python unsupported by 4.0.0 from the matrix, otherwise those
versions would start warning because of the old variable name logic.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>1 parent 2f17d5e commit f0a774e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
0 commit comments