Fix pre-commit hook issue on Windows ()

* Make shebang compatable with Windows

* Prehook test

* Undo prehook test
pull/31968/head
Tom Harris 2020-02-18 16:33:52 -05:00 committed by GitHub
parent 4ed7a7f2e0
commit f6540e3002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -eu
#!/usr/bin/env sh -eu
# Activate pyenv and virtualenv if present, then run the specified command