diff --git a/.github/workflows/ci-pre-commit-autoupdate.yaml b/.github/workflows/ci-pre-commit-autoupdate.yaml index 70904200cf7..8ba7ac14ef1 100644 --- a/.github/workflows/ci-pre-commit-autoupdate.yaml +++ b/.github/workflows/ci-pre-commit-autoupdate.yaml @@ -36,6 +36,7 @@ jobs: EXECUTE_COMMANDS: | python -m pre_commit autoupdate python .github/workflows/sync_linter_versions.py .pre-commit-config.yaml ci/requirements/mypy_only + python -m pre_commit run --all-files COMMIT_MESSAGE: 'pre-commit: autoupdate hook versions' COMMIT_NAME: 'github-actions[bot]' COMMIT_EMAIL: 'github-actions[bot]@users.noreply.github.com'