more ar hacking

This commit is contained in:
Dylan Knutson
2025-07-14 05:44:01 +00:00
parent bb5c22b070
commit 30b017906f
9 changed files with 371 additions and 579 deletions

View File

@@ -45,9 +45,9 @@ pre-commit:
json-lint:
glob: "*.json"
exclude: |
.devcontainer/devcontainer.json
.vscode
exclude:
- .devcontainer/devcontainer.json
- .vscode/*.json
run: |
for file in {staged_files}; do
echo "Checking $file"