Skip to content

Commit

Permalink
Merge pull request #732 from AlexsLemonade/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
jashapiro authored Mar 18, 2024
2 parents 29efc4c + 8d33f6d commit 4fe5d64
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
Expand Up @@ -32,7 +32,7 @@ repos:
args: [--update-only, --title=**Table of Contents**]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff for linting and formatting python
rev: v0.3.2
rev: v0.3.3
hooks:
# Run the linter.
- id: ruff
Expand Down Expand Up @@ -62,5 +62,6 @@ repos:
ci:
autofix_prs: true # set to false if we don't want fixes automatically applied by ci
autoupdate_branch: development
autoupdate_schedule: quarterly
# skip spell check because it can't be quickly installed on CI
skip: [spell-check]

0 comments on commit 4fe5d64

Please sign in to comment.