You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: