diff --git a/.gitignore b/.gitignore index ddee7e1..f7c6d85 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ debug venv/ CLAUDE.md __pycache__ +.claude/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4706ce4..adca55f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,5 +33,4 @@ repos: rev: v4.0.0-alpha.8 hooks: - id: prettier - name: prettier (format markdown) - files: \.md$ + name: prettier