chore: add pre-commit hook with ruff and pytest
- Add git pre-commit hook running ruff check, ruff format, pytest - Fix import ordering in conftest.py - Add placeholder test for test infrastructure - Generate flake.lock 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
7
tests/test_placeholder.py
Normal file
7
tests/test_placeholder.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# ABOUTME: Placeholder test to ensure test infrastructure works.
|
||||
# ABOUTME: Remove once real tests are added.
|
||||
|
||||
|
||||
def test_placeholder():
|
||||
"""Placeholder test - remove when real tests exist."""
|
||||
assert True
|
||||
Reference in New Issue
Block a user