Skip to content

Commit

Permalink
Update pre-commit ci settings
Browse files Browse the repository at this point in the history
Skip auto-update of black and flake8
Re-enable autofix_prs, I was attempting to disable autoupdate, not fixing pr's.
Reduce autoupdate schedule to quarterly, and skip black and flake8, they are pinned.
  • Loading branch information
MHendricks committed Apr 11, 2023
1 parent b040acb commit be8bd30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
ci:
autofix_prs: false
autoupdate_schedule: quarterly
skip: [black, flake8]

repos:

Expand Down

0 comments on commit be8bd30

Please sign in to comment.