Merge pull request #193 from barrett-ruth/fid

run pre-commit prettier on allf files
This commit is contained in:
Barrett Ruth 2025-11-28 00:29:35 -05:00 committed by GitHub
commit 864e6ceeae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ debug
venv/ venv/
CLAUDE.md CLAUDE.md
__pycache__ __pycache__
.claude/

View file

@ -33,5 +33,4 @@ repos:
rev: v4.0.0-alpha.8 rev: v4.0.0-alpha.8
hooks: hooks:
- id: prettier - id: prettier
name: prettier (format markdown) name: prettier
files: \.md$