Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/update-all-review-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
update-contributors --update update_all
update-reviews
update-review-teams
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: --files _data/packages.yml _data/contributors.yml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/update-contribs-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
update-reviews
update-review-teams

- name: run precommit hooks
uses: pre-commit/[email protected]
continue-on-error: true
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - Register git hooks: pre-commit install --install-hooks

ci:
autofix_prs: false
autofix_prs: true
#skip: [flake8, end-of-file-fixer]
autofix_commit_msg: |
'[pre-commit.ci 🤖] Apply code format tools to PR'
Expand Down