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
pylint_check: Let user specify a specific directory to check
For instance, while working on CircuitPython_RGBMatrix, I can just run
./pylint_check CircuitPython_RGBMatrix
which gives a much faster turnaround time (a few seconds, rather than minutes
on my laptop) and doesn't show extraneous messages about other code fragments.
When no argument is specified, the script behaves as before, so it does not
affect CI.
0 commit comments