mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-08 19:25:13 +02:00
11 lines
322 B
YAML
11 lines
322 B
YAML
# Stub so pre-commit can shut up until the refactor
|
||
|
||
repos:
|
||
- repo: local
|
||
hooks:
|
||
- id: no-op
|
||
name: No‑op hook (always passes)
|
||
entry: "true" # `/usr/bin/true` returns 0 and does nothing
|
||
language: system
|
||
pass_filenames: false # don’t bother passing any file paths
|