Skip to content
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

Commiting to a fork of this repo on a mac or linux does not work (using git) #12549

Open
XenoBytesX opened this issue Jan 30, 2025 · 0 comments
Labels
awaiting triage Awaiting triage from a maintainer

Comments

@XenoBytesX
Copy link
Contributor

What would you like to share?

Commiting to a fork of this repo on a mac or linux using git cli does not work because of pre-commit

In scripts/validate_files.py, the first line is:-
#!python

When pre-commit runs the validate_files hook, it uses python but python is there on windows.
On macos and linux, its python3. I also tried using alias python = python3 but it still does not work

Additional information

No response

@XenoBytesX XenoBytesX added the awaiting triage Awaiting triage from a maintainer label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage Awaiting triage from a maintainer
Projects
None yet
Development

No branches or pull requests

1 participant