-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-commit hooks fail #146
Comments
Same issue as scverse/cookiecutter-scverse#143 CC @grst |
I'm still hoping that this gets fixed upstream sigh |
This is not going to get fixed upstream: nodejs/node#42351 @WeilerP, what OS are you on? We could pin an older node version in pre-commit, but I'm reluctant to do so if only outdated systems (e.g. ubuntu 18.04) require this. |
Yes, sorry, forgot to mention it.
I ran this on
|
ok, this is bad... centos7 is still supported until mid 2024 and probably still running on a lot of HPCs. @Zethson, I'd be in favor of merging scverse/cookiecutter-scverse#144 then. WDYT? |
Let's merge it but keep the issue open as a reminder to revert this in 2024 OK? Monday, 30 January 2023, 10:41AM +01:00 from Gregor Sturm ***@***.*** :
…ok, this is bad... centos7 is still supported until mid 2024 and probably still running on a lot of HPCs.
@Zethson , I'd be in favor of merging scverse/cookiecutter-scverse#144 then. WDYT?
—
Reply to this email directly, view it on GitHub , or unsubscribe .
You are receiving this because you were mentioned. Message ID: @ github . com>
|
Describe the bug
To Reproduce
Steps to reproduce the behavior (also fails with Python 3.10):
Traceback
I fixed it by setting the
language_version
ofprettier
in.pre-commit-config.yaml
:The text was updated successfully, but these errors were encountered: