mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
4 lines
120 B
Bash
4 lines
120 B
Bash
#!/bin/sh
|
|
# `sh` must be used here instead of `bash` to support GitHub Desktop.
|
|
exec tools/hooks/python.sh -m precommit
|