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
This repository follows modern Python development practices. All configuration is centralized in `pyproject.toml` for maintainability. Before contributing:
80
79
81
-
1. Ensure your code passes all linting checks (`ruff check`)
82
-
2. Add tests for new functionality
83
-
3. Update documentation as needed
84
-
4. Verify all CI checks pass
80
+
1. Ensure your code passes all linting checks (`uv run ruff check`)
81
+
2. Ensure your code passes all existing unit tests (`uv run pytest`)
0 commit comments