Skip to content

V0.6.9

Version 0.6.9

This version introduces improvements to the development environment setup and enhances code formatting capabilities.

New Features

  • Added a new ruff-format hook to the pre-commit configurations to improve code formatting. This addition ensures that the codebase remains clean and adheres to the formatting standards automatically. (ff9b35) (Eric Ma)

Bug Fixes

  • There are no bug fixes in this version.

Deprecations

  • There are no deprecations in this version.

Other Changes

  • Refactored the order of pre-commit setup commands in pyproject.toml. This change ensures that hooks are updated before they are installed, which can prevent potential issues with outdated hooks. (1e2e98) (Eric Ma)