I’ve been working on a change to an integration using the VSCode devcontainer. Previously when I committed from within VSCode, although slow, the commit has succeeded. But today, I can’t seem to get past an error in the pre-commit
pylint: error: Unrecognized option found: ignore-missing-annotations=y
And it appears to be coming from the call in .pre-commit-config.yaml
script/run-in-env.sh pylint -j 0 --ignore-missing-annotations=y
And when I run that command from the terminal, I get the same error. Searching the web and this forum tuned up zero results, so I believe I have a local problem, but not sure where to start. Looking for pointers.