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/
CLAUDE.md
__pycache__
.claude/

View file

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