pre-commit CI is failing #1402
Labels
annotations
Related to packages annotations
good first issue
A good item for first time contributors to work on
help wanted
Request help from the community
PR wanted
Feature is discussed or bug is confirmed, PR needed
Edit: see #1401 for the failure as well.
TL;DR: with the current setup, it seems to still stick to old click, which then breaks the CI in #1398 / #1400 when using a click 8 feature. If manually upgraded to newest click (8.0.1) it drops the above errors but introduces a whole lot of new ones.
The code I'm referring to here (which breaks the "old" hook invocation) is the one in the mentioned PR, not the one on master branch.
hook with old click
the current hook (cached) leads to
upgraded hook
upgrading the hook as
leads to
Those are all correct and needs to be fixed I guess, right?
UPDATE: Actually I'm not sure the pre-commit is correctly invoking everything, compare this gitter thread. To me it seemed that this is related to click (removing typeshed), pip and/or setuptools upgrades, but I'm not deep enough into neither typing nor those packages to assess whats happening here.
The text was updated successfully, but these errors were encountered: