Merge pull request #3823 from mdeweerd/pre-commit-wf

ci: add pre-commit.yml for GitHub Actions
This commit is contained in:
paul-gauthier 2025-05-08 15:09:16 -07:00 committed by GitHub
commit 2c1685bb36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 56 additions and 8 deletions

View file

@ -155,7 +155,7 @@ def test_ai_comment_pattern():
assert (
question_js_has_bang == "?"
), "Expected at least one bang (!) comment in watch_question.js fixture"
# Test Lisp fixture
lisp_path = fixtures_dir / "watch.lisp"
lisp_lines, lisp_comments, lisp_has_bang = watcher.get_ai_comments(str(lisp_path))