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
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 <[email protected]>
0 commit comments