This pull request introduces support for pre-commit.ci in the repository to automate code quality checks and apply automatic fixes during the pull request process. The following enhancements have been made:
Added pre-commit.ci configuration in the .pre-commit-config.yaml file to enable automatic code fixing and regular hook updates.
Configured weekly autoupdate schedule to ensure that hooks remain up-to-date.
Auto-fixing enabled for pull requests, reducing manual intervention for minor code issues.
This integration will help streamline the development process by ensuring consistent code quality, allowing developers to focus on more valuable tasks.
This pull request introduces support for pre-commit.ci in the repository to automate code quality checks and apply automatic fixes during the pull request process. The following enhancements have been made:
.pre-commit-config.yaml
file to enable automatic code fixing and regular hook updates.This integration will help streamline the development process by ensuring consistent code quality, allowing developers to focus on more valuable tasks.
Changes:
.pre-commit-config.yaml
.Refer to pre-commit.ci documentation for more details.