mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-08 00:09:15 -05:00
Allow spaces in system hooks. Closes #95.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
- id: system-hook-with-spaces
|
||||
name: System hook with spaces
|
||||
entry: /usr/bin/python -c 'import sys; print("Hello World")'
|
||||
language: system
|
||||
Reference in New Issue
Block a user