“too-many-positional-arguments” on one machine, but does not know the error on the local machine
I am trying to set up a GitHub Actions workflow (definition below) checking for pylint requirements. I fixed this all on my local machine. Then I noticed getting a too-many-positional-arguments
on the workflow. But my local machine doesn’t know that specific error.