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
3 changes: 0 additions & 3 deletions .github/workflows/test-update-contribs.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
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
# To run on all files: pre-commit run --all-files

ci:
# pyosMeta disables autofixing of PRs to simplify new contributor experience and cleaner git history
autofix_prs: false
# Frequency of hook updates
autofix_prs: true
#skip: [flake8, end-of-file-fixer]
autofix_commit_msg: |
'[pre-commit.ci 🤖] Apply code format tools to PR'
# Update hook versions every quarter (so we don't get hit with weekly update pr's)
autoupdate_schedule: quarterly

repos:
Expand Down