mirror of https://github.com/jab/bidict.git
[pre-commit.ci] pre-commit autoupdate (#324)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/crate-ci/typos: v1.25.0 → v1.26.0](https://github.com/crate-ci/typos/compare/v1.25.0...v1.26.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
ea9245bbe1
commit
01e60820cd
|
@ -2,7 +2,7 @@ exclude: ^\.benchmarks
|
|||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
|
@ -36,7 +36,7 @@ repos:
|
|||
args: ["--uri-ignore-words-list", "*"] # https://github.com/codespell-project/codespell/issues/2473
|
||||
|
||||
- repo: https://github.com/crate-ci/typos
|
||||
rev: v1.25.0
|
||||
rev: v1.26.0
|
||||
hooks:
|
||||
- id: typos
|
||||
args: [--write-changes]
|
||||
|
|
Loading…
Reference in New Issue