Skip to content

Releases: xudesheng/alwayson_py

v0.1.1: Add ruff linter as 5th pre-commit requirement

23 Aug 04:21

Choose a tag to compare

- Add Python ruff check to CLAUDE.md pre-commit requirements
- Install ruff linter as development dependency
- Fix __all__ sorting issue in python/alwayson/__init__.py (RUF022)
- Update pre-commit workflow from 4 to 5 mandatory checks:
  1. cargo clippy --all-targets --all-features -- -D warnings
  2. cargo fmt --all -- --check
  3. uv run black --check python/
  4. uv run isort --check-only python/
  5. uv run ruff check python/

All checks now pass ensuring comprehensive code quality.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v0.1.0

22 Aug 21:28

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
fix(ci): install correct wheel in test-release job