Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (dials#2733)
Browse files Browse the repository at this point in the history
Also, make future updates quarterly to reduce spam.
  • Loading branch information
pre-commit-ci[bot] authored Sep 6, 2024
1 parent 8ab52a0 commit e637db3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ci:
skip: [no-images]
autoupdate_schedule: quarterly

repos:
# Syntax validation and some basic sanity checks
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -17,7 +19,7 @@ repos:
name: "Don't commit to 'main' directly"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down

0 comments on commit e637db3

Please sign in to comment.