Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#3733)
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 Oct 23, 2023
1 parent ac240fd commit deae2a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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$'
- repo: https://github.com/crate-ci/typos
rev: v1.16.19
rev: typos-dict-v0.11.2
hooks:
- id: typos
# https://github.com/crate-ci/typos/issues/347
Expand All @@ -25,11 +25,11 @@ repos:
# https://github.com/PRQL/prql/issues/3078
- prettier-plugin-go-template
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.1
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
- repo: https://github.com/r0x0d/pre-commit-rust
Expand All @@ -42,7 +42,7 @@ repos:
- id: clippy
stages: [manual]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.0
rev: v1.6.1
hooks:
- id: mypy
- repo: https://github.com/rhysd/actionlint
Expand Down

0 comments on commit deae2a2

Please sign in to comment.