Open ceteri opened 1 year ago
for now, the CI actions for pre-commit
is commented out, since the GH v3 is now archived.
need to find a replacement.
when i ran textrank on jupyter there is difference in output
my querry=QueryExtractor("skydiving in dubai") it is detect by jupyter ['dubai'.'skydiving]
it is detect by vs code ['dubai']
I found this that might be the same or similar ? pre-commit 2850
From April 24th
found that this is a mypy issue, and that I should have updated the line
rev: 'v0.812' # Use the sha / tag you want to point at
to the latest revision from https://github.com/pre-commit/mirrors-mypy (currently v1.2.0).
Maybe related debian-bugs python3-typed-ast FTBFS with Python 3.11
I've tried upgrading the
v2
actions tov3
but still get errors duringpre-commit-hooks
installation.Could this be a transient error on GH?
how pre-commit/action@v2.0.0 fails:
how pre-commit/action@v3.0.0 fails: