Closed crusaderky closed 2 years ago
this is neither a pre-commit/action (just runs pre-commit) or a pre-commit (just runs your configured hooks) problem
...could you articulate please?
How is this not a pre-commit/action issue?
there's no special code here -- it literally just installs pre-commit and runs it
so it cannot be the fault of pre-commit/action
we're also not a debugging service -- if your company wants to sponsor I can help you figure out your problem but otherwise I cannot invest my free time in your specific problem which isn't a framework issue
The pre-commit action on https://github.com/dask/distributed has started failing with the message
mypy is supposedly running on Python 3.10, checking for compatibility vs. Python 3.9.
I cannot replicate the issue locally by running
pre-commit run --all-files
. I've already tried wiping out my local~/.cache/pre-commit
. I've already tried changing something trivial (e.g. an already-satisfied minimum version) in .pre-commit-config.yaml in order to invalidate the github actions cache..github/workflows/ci-pre-commit.yaml:
.pre-commit-config.yaml:
setup.cfg: