Add CLAUDE.md, pre-commit config, and pyproject.toml

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
A. F. Dudley
2026-01-20 22:40:59 -05:00
co-authored by Claude Opus 4.5
parent 8afae1904b
commit 9bd59f29d9
3 changed files with 172 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
args: ['--allow-multiple-documents']
- id: check-json
- id: check-merge-conflict
- id: check-added-large-files