Skip to content

v0.5.9: Ruff lint + pre-commit

Choose a tag to compare

@maruyamakoju maruyamakoju released this 19 Feb 17:12
· 33 commits to main since this release

What's new

Ruff linter integration

  • pyproject.toml: [tool.ruff] config — rules E/W/F/I, line-length 120
  • CI: ruff check runs before tests in audit-smoke.yml
  • Pre-commit: .pre-commit-config.yaml with ruff --fix + ruff-format hooks
  • Dev deps: pip install ".[dev]" now includes ruff>=0.9 and pre-commit>=3.0

Fixes

  • 38 auto-fixed: f-strings without placeholders, unsorted imports
  • 5 unused imports removed
  • 0 violations remaining across 26 source files

Full changelog: https://github.com/maruyamakoju/deltatau-audit/blob/main/CHANGELOG.md

Full Changelog: v0.5.8...v0.5.9