Static OpenSSL for macOS (#127)

This commit is contained in:
TheTank20
2025-07-03 13:03:11 -05:00
committed by GitHub
parent 8db1fe25d7
commit 6b85771db1
3 changed files with 18 additions and 3 deletions

10
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,10 @@
# Stub so pre-commit can shut up until the refactor
repos:
- repo: local
hooks:
- id: no-op
name: Noop hook (always passes)
entry: "true" # `/usr/bin/true` returns 0 and does nothing
language: system
pass_filenames: false # dont bother passing any file paths