You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add pre-commit configuration with hooks to:
- Ensure all files end with single newline (end-of-file-fixer)
- Remove trailing whitespace (trailing-whitespace)
- Validate YAML and TOML syntax
- Prevent merge conflict markers
Integrate with existing hatch workflow and add CI job.
Include setup instructions in CLAUDE.md.
Applied automatic formatting fixes to existing files.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments