aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/prek.yml
Commit message (Collapse)AuthorAgeFilesLines
* chore: enhance prek workflow to support auto-fixing and commit changesHsiangNianian2026-01-161-6/+21
| | | | Updated the GitHub Actions workflow to enable automatic fixes for issues detected by the prek action. Added a conditional step to commit changes made by prek, improving the CI process by ensuring that fixes are applied directly to the repository.
* chore: update pre-commit configuration and remove unnecessary dependenciesHsiangNianian2026-01-161-0/+22
Modified the .pre-commit-config.yaml to include additional hooks and reorganized the repository structure. Updated pyproject.toml to remove the pre-commit dependency, streamlining the project configuration.