Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Move most of the actual hook script into `pre-commit hook-impl` #1292
Conversation
4e78b8f
to
2312d8e
This comment has been hidden.
This comment has been hidden.
|
this seems to be affected by https://github.com/microsoft/azure-pipelines-image-generation/issues/1468 |
|
found why |
d748262
to
b9e4551
this patch is mostly about portability:
#!/usr/bin/env {python}would often end up withpythonon macos even if there's a python3 available.git/hooks/{hook_script}contained py3+ syntaxexecdoesn't quite work all that well (? needs more investigation)