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
ci: update pre-commit hooks, fix linting, and refresh dependencies (#1385)
* ci: update pre-commit hooks and fix linting issues
* Update Ruff version in pre-commit configuration to v0.15.1.
* Add noqa comments to suppress specific linting warnings in various files.
* Update regex patterns in test cases for better matching.
* style: correct indentation in GitHub Actions workflow file
* Adjusted indentation for the enable-cache option in the test.yml workflow file to ensure proper YAML formatting.
* refactor: reorder imports in indexed_field.rs for clarity
* Adjusted the order of imports in indexed_field.rs to improve readability and maintain consistency with project conventions.
* build: update dependencies in Cargo.toml and Cargo.lock
* Bump versions of several dependencies including tokio, pyo3-log, prost, uuid, and log to their latest releases.
* Update Cargo.lock to reflect the changes in dependency versions.
* style: format pyproject.toml for consistency
* Adjusted formatting in pyproject.toml for improved readability by aligning lists and ensuring consistent indentation.
* Updated dependencies and configuration settings for better organization.
* style: remove noqa comments for import statements
* Cleaned up import statements in multiple files by removing unnecessary noqa comments, enhancing code readability and maintaining consistency across the codebase.
* style: simplify formatting in pyproject.toml
* Streamlined list formatting in pyproject.toml for improved readability by removing unnecessary line breaks and ensuring consistent structure across sections.
* No functional changes were made; the focus was solely on code style and organization.
0 commit comments