Skip to content

Commit

Permalink
run pre-commit on all files after autoupdating (pydata#5318)
Browse files Browse the repository at this point in the history
* additionally run pre-commit after autoupdating

* [skip-ci]

* [skip-ci]
  • Loading branch information
keewis authored May 16, 2021
1 parent 72ca7be commit 1843d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pre-commit-autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1843d8c

Please sign in to comment.