Open
Description
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
Activity