mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
4 lines
152 B
YAML
4 lines
152 B
YAML
- id: system-hook-with-spaces
|
|
name: System hook with spaces
|
|
entry: /usr/bin/python -c 'import sys; print("Hello World")'
|
|
language: system
|