- 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>
8 lines
211 B
Python
8 lines
211 B
Python
# 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
|