Skip to content

Commit aafa7b0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.1 → v2.4.1](codespell-project/codespell@v2.2.1...v2.4.1)
1 parent 8f4f632 commit aafa7b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-case-conflict
66
- repo: https://github.com/codespell-project/codespell
7-
rev: "v2.2.1"
7+
rev: "v2.4.1"
88
hooks:
99
- id: codespell
1010
args: ["-I", "codespell.txt"]

0 commit comments

Comments
 (0)