Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#4426)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent c64a53e commit a4619da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
# rustfmt handles rust files, and in some snapshots we expect trailing spaces.
exclude: '.*\.(rs|snap)$'
- repo: https://github.com/crate-ci/typos
rev: v1.20.9
rev: v1.20.10
hooks:
- id: typos
# https://github.com/crate-ci/typos/issues/347
Expand All @@ -27,7 +27,7 @@ repos:
# Undo this on the next version of prettier; ref https://github.com/PRQL/prql/pull/4101
stages: [manual]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.4.2
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit a4619da

Please sign in to comment.