Fix pre-commit hook issue on Windows (#31648)
* Make shebang compatable with Windows * Prehook test * Undo prehook testpull/31968/head
parent
4ed7a7f2e0
commit
f6540e3002
script
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -eu
|
||||
#!/usr/bin/env sh -eu
|
||||
|
||||
# Activate pyenv and virtualenv if present, then run the specified command
|
||||
|
||||
|
|
Loading…
Reference in New Issue