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-config.yaml with ruff, mypy, and general checks
- Add .editorconfig for consistent formatting across editors
- Add .vscode/extensions.json with recommended extensions
- Update .gitignore to track .vscode/extensions.json
Improves contributor onboarding and code quality consistency.
Contributors can now:
- Install pre-commit hooks: `pip install pre-commit && pre-commit install`
- Get automatic formatting and linting on commit
- Receive VSCode extension recommendations on repo open
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments