Basic repo setup

This commit is contained in:
1jamesthompson1
2026-07-08 10:33:23 +12:00
parent 486e21a7d4
commit 57d3c482d1
9 changed files with 264 additions and 112 deletions

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

@@ -0,0 +1,10 @@
repos:
- repo: local
hooks:
- id: build-latex-pdfs
name: Build LaTeX PDFs
description: Rebuild out-of-date PDFs from .tex/.bib sources
entry: make
language: system
pass_filenames: false
files: ^docs/.*\.(tex|bib)$